diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-14 18:03:53 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-14 18:03:53 +0200 |
commit | 2331e5eed077f124061e4ba987114dd078ba9aaf (patch) | |
tree | d3a52fda81355786a629b3e38de512e20043c066 /archaeological_finds/forms.py | |
parent | 7bff3eb7ca6e7ea59be77e0bd0d0471a5f8ff97a (diff) | |
download | Ishtar-2331e5eed077f124061e4ba987114dd078ba9aaf.tar.bz2 Ishtar-2331e5eed077f124061e4ba987114dd078ba9aaf.zip |
Treatment searches
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 c575bc876..358b12477 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): # OK +class FindSelect(CustomForm, TableSelect): _model = models.Find form_admin_name = _(u"Find - 001 - Search") |