From e0f043c751fd59912ed36611adfcc7a7ce4ae15c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 23 Feb 2018 10:21:53 +0100 Subject: Site labels: fix translation of customization --- archaeological_operations/views.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'archaeological_operations/views.py') diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 054963f09..55c688854 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -345,8 +345,8 @@ show_site = show_item( site_search_wizard = SiteSearch.as_view( [('general-site_search', SiteFormSelection)], - label=_(u"{} search"), - url_name='site_search',) + url_name='site_search', +) site_creation_steps = [ @@ -357,7 +357,6 @@ site_creation_steps = [ site_creation_wizard = SiteWizard.as_view( site_creation_steps, - label=_(u"New {}"), url_name='site_creation', ) @@ -370,7 +369,6 @@ site_modification_steps = [ site_modification_wizard = SiteModificationWizard.as_view( site_modification_steps, - label=_(u"{} modification"), url_name='site_modification', ) -- cgit v1.2.3