summaryrefslogtreecommitdiff
path: root/archaeological_operations/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-04-01 20:37:17 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2014-04-01 20:37:48 +0200
commite25f2b0f735c3a72629f988d9ebfdaa9307c9a4c (patch)
treeb9867b4b895adededac4295a12ea93af3da4c5e8 /archaeological_operations/views.py
parent8290d9d47979b7d5d6bd311bec5943d20a7da480 (diff)
downloadIshtar-e25f2b0f735c3a72629f988d9ebfdaa9307c9a4c.tar.bz2
Ishtar-e25f2b0f735c3a72629f988d9ebfdaa9307c9a4c.zip
Add operation code readonly field on operation modification (refs #1730)
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r--archaeological_operations/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py
index a957fe8c1..b0676b45c 100644
--- a/archaeological_operations/views.py
+++ b/archaeological_operations/views.py
@@ -203,7 +203,7 @@ operation_creation_wizard = OperationWizard.as_view([
operation_modification_wizard = OperationModificationWizard.as_view([
('selec-operation_modification', OperationFormSelection),
- ('general-operation_modification', OperationFormGeneral),
+ ('general-operation_modification', OperationFormModifGeneral),
('preventive-operation_modification', OperationFormPreventive),
('preventivediag-operation_modification', OperationFormPreventiveDiag),
('towns-operation_modification', SelectedTownFormset),