diff options
| author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-11-14 22:17:04 +0100 |
|---|---|---|
| committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-11-14 22:17:04 +0100 |
| commit | cdc78be87e57b871f1c535a13dbd46b98714f2c5 (patch) | |
| tree | 8da7073558fd83b852727151b7d97a0c09e65626 /archaeological_finds/forms.py | |
| parent | 5425d758a20ed773fd2eedac02ffdf639e4b3aad (diff) | |
| download | Ishtar-cdc78be87e57b871f1c535a13dbd46b98714f2c5.tar.bz2 Ishtar-cdc78be87e57b871f1c535a13dbd46b98714f2c5.zip | |
Update labels
Diffstat (limited to 'archaeological_finds/forms.py')
| -rw-r--r-- | archaeological_finds/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 724576ec6..2a297ea12 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -227,7 +227,7 @@ class FindSelect(TableSelect): widget=OAWidget ) archaeological_sites = forms.IntegerField( - label=_("Archaelogical site"), + label=_("Archaeological site"), widget=widgets.JQueryAutoComplete( reverse_lazy('autocomplete-archaeologicalsite'), associated_model=ArchaeologicalSite), @@ -510,7 +510,7 @@ class NewFindBasketForm(forms.ModelForm): q = models.FindBasket.objects.filter(user=self.user, label=self.cleaned_data['label']) if q.count(): - raise forms.ValidationError(_(u"Another basket already exist with " + raise forms.ValidationError(_(u"Another basket already exists with " u"this name.")) return self.cleaned_data |
