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 | fcc39721a61985c14b45b365ff513d8a5ecf510e (patch) | |
tree | d3a52fda81355786a629b3e38de512e20043c066 /archaeological_operations/forms.py | |
parent | d50d5077f9bf5eb6733de1a4a29d3ef1089cdd96 (diff) | |
download | Ishtar-fcc39721a61985c14b45b365ff513d8a5ecf510e.tar.bz2 Ishtar-fcc39721a61985c14b45b365ff513d8a5ecf510e.zip |
Treatment searches
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index d57a890eb..cfb62d6ec 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -471,7 +471,7 @@ RecordRelationsFormSet.form_admin_name = _(u"Operation - 080 - Relations") RecordRelationsFormSet.form_slug = "operation-080-relations" -class OperationSelect(TableSelect): # OK +class OperationSelect(TableSelect): _model = models.Operation search_vector = forms.CharField( @@ -1230,7 +1230,7 @@ class OperationDeletionForm(FinalForm): ######### -class SiteSelect(TableSelect): # OK +class SiteSelect(TableSelect): _model = models.ArchaeologicalSite search_vector = forms.CharField( @@ -1376,7 +1376,7 @@ class SiteUnderwaterForm(ManageOldType): ################################################ -class AdministrativeActOpeSelect(TableSelect): # OK +class AdministrativeActOpeSelect(TableSelect): _model = models.AdministrativeAct search_vector = forms.CharField( |