diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-14 16:57:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-14 16:57:48 +0200 |
commit | 7bff3eb7ca6e7ea59be77e0bd0d0471a5f8ff97a (patch) | |
tree | 8ccbb16c38a59cf640b490e1d1f5e4b40fa3abe6 /archaeological_finds/forms.py | |
parent | fbd17f27b6a7eeaf8d85ba72cf535dad8c0cc5f1 (diff) | |
download | Ishtar-7bff3eb7ca6e7ea59be77e0bd0d0471a5f8ff97a.tar.bz2 Ishtar-7bff3eb7ca6e7ea59be77e0bd0d0471a5f8ff97a.zip |
Container - warehouse form configuration - cache precise localisation
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 358b12477..c575bc876 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -406,7 +406,7 @@ DatingFormSet.form_admin_name = _(u"Find - 040 - Dating") DatingFormSet.form_slug = "find-040-dating" -class FindSelect(CustomForm, TableSelect): +class FindSelect(CustomForm, TableSelect): # OK _model = models.Find form_admin_name = _(u"Find - 001 - Search") |