summaryrefslogtreecommitdiff
path: root/archaeological_finds/views.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2018-02-22 16:09:05 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2018-02-22 16:09:05 +0100
commit7eaf84a65627827223775366465f6734958306a5 (patch)
tree801edaee5d028e23b354f776ed00bc4d41e39707 /archaeological_finds/views.py
parentfd071daaa94d43ece78f93f1fabdfca3f127962b (diff)
downloadIshtar-7eaf84a65627827223775366465f6734958306a5.tar.bz2
Ishtar-7eaf84a65627827223775366465f6734958306a5.zip
Update labels
Diffstat (limited to 'archaeological_finds/views.py')
-rw-r--r--archaeological_finds/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py
index 53758f24a..474967940 100644
--- a/archaeological_finds/views.py
+++ b/archaeological_finds/views.py
@@ -662,6 +662,7 @@ treatmentfile_source_creation_wizard = TreatmentFileSourceWizard.as_view([
('source-treatmentfile_source_creation', SourceForm),
('authors-treatmentfile_source_creation', AuthorFormset),
('final-treatmentfile_source_creation', FinalForm)],
+ label=_(u"Treatment request: new source"),
url_name='treatmentfile_source_creation',)
treatmentfile_source_modification_wizard = TreatmentFileSourceWizard.as_view([