diff options
Diffstat (limited to 'archaeological_operations/forms.py')
| -rw-r--r-- | archaeological_operations/forms.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index c51616e21..e0d31bef7 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1277,9 +1277,7 @@ class SiteFormSelection(IshtarForm):      @classmethod      def form_label(cls): -        return unicode(_(u"{} search")).format( -            get_current_profile().get_site_label() -        ) +        return get_current_profile().get_site_label('search')      def clean(self):          cleaned_data = self.cleaned_data | 
