diff options
Diffstat (limited to 'archaeological_warehouse')
| -rw-r--r-- | archaeological_warehouse/locale/django.pot | 2 | ||||
| -rw-r--r-- | archaeological_warehouse/tests.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_warehouse/locale/django.pot b/archaeological_warehouse/locale/django.pot index 1de8d8f51..5f7ac6fd1 100644 --- a/archaeological_warehouse/locale/django.pot +++ b/archaeological_warehouse/locale/django.pot @@ -137,7 +137,7 @@ msgstr "" msgid "Localisation" msgstr "" -#: forms.py:288 forms.py:289 +#: forms.py:289 forms.py:290 msgid "Would you like to delete this container?" msgstr "" diff --git a/archaeological_warehouse/tests.py b/archaeological_warehouse/tests.py index 7eb3017bc..10b2318b2 100644 --- a/archaeological_warehouse/tests.py +++ b/archaeological_warehouse/tests.py @@ -18,11 +18,11 @@ # See the file COPYING for details. from django.conf import settings -from django.test import TestCase from archaeological_finds.tests import FindInit -from ishtar_common.tests import WizardTest, WizardTestFormData as FormData +from ishtar_common.tests import WizardTest, WizardTestFormData as FormData, \ + TestCase from archaeological_warehouse import models, views, forms |
