summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 7cc5632d8..c51616e21 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -1277,7 +1277,7 @@ class SiteFormSelection(IshtarForm):
@classmethod
def form_label(cls):
- return unicode(_(u"{} search")).format(
+ return unicode(_(u"{} search")).format(
get_current_profile().get_site_label()
)