summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms_treatments.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-21 20:28:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-21 20:28:02 +0100
commit8661870960701ba1ac7b52a867ed14d10acacf93 (patch)
tree5e230e6e9a775029ee560a92a4678064ae1a3ec4 /archaeological_finds/forms_treatments.py
parent9aa59d8ea96e19d472227ff6eefdefc929523700 (diff)
downloadIshtar-8661870960701ba1ac7b52a867ed14d10acacf93.tar.bz2
Ishtar-8661870960701ba1ac7b52a867ed14d10acacf93.zip
Administrativ act: adapt forms, models and sheet
Diffstat (limited to 'archaeological_finds/forms_treatments.py')
-rw-r--r--archaeological_finds/forms_treatments.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py
index fd74cc599..6dfc028e6 100644
--- a/archaeological_finds/forms_treatments.py
+++ b/archaeological_finds/forms_treatments.py
@@ -333,6 +333,7 @@ class DashboardForm(IshtarForm):
class AdministrativeActTreatmentSelect(TableSelect):
+ search_vector = forms.CharField(label=_(u"Full text search"))
year = forms.IntegerField(label=_("Year"))
index = forms.IntegerField(label=_("Index"))
act_type = forms.ChoiceField(label=_("Act type"), choices=[])
@@ -588,6 +589,7 @@ class DashboardTreatmentFileForm(IshtarForm):
class AdministrativeActTreatmentFileSelect(TableSelect):
+ search_vector = forms.CharField(label=_(u"Full text search"))
year = forms.IntegerField(label=_("Year"))
index = forms.IntegerField(label=_("Index"))
act_type = forms.ChoiceField(label=_("Act type"), choices=[])