diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-22 16:15:34 +0100 | 
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-22 16:15:34 +0100 | 
| commit | 29b6c39f7e5710561d49fb619fb5a0e58162a7ef (patch) | |
| tree | 5f3c1966b37621083651047fcaa2f4e03c993bdf | |
| parent | 2e6718b92508d2af0471d0a1819131524036bb9c (diff) | |
| download | Ishtar-29b6c39f7e5710561d49fb619fb5a0e58162a7ef.tar.bz2 Ishtar-29b6c39f7e5710561d49fb619fb5a0e58162a7ef.zip  | |
Update labels
| -rw-r--r-- | archaeological_finds/views.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py index 474967940..883bc19d9 100644 --- a/archaeological_finds/views.py +++ b/archaeological_finds/views.py @@ -441,7 +441,7 @@ treatment_modification_wizard = TreatmentModificationWizard.as_view(       ('file-treatment_modification', TreatmentFormFileChoice),       ('basetreatment-treatment_modification', TreatmentModifyForm),       ('final-treatment_modification', FinalForm)], -    label=_(u"Modify"), +    label=_(u"Treatment modification"),      url_name='treatment_modification',  )  | 
