diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-28 21:50:17 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-28 21:50:17 +0100 |
commit | 59dd3f38fea82205fe4824819ee344d959a47a2b (patch) | |
tree | eb15a467f01fe18625f716bcf8f18a13ebc386d4 /archaeological_operations/forms.py | |
parent | a1395ed9e2bae7c21154ad0d76e517c54ac0efb3 (diff) | |
download | Ishtar-59dd3f38fea82205fe4824819ee344d959a47a2b.tar.bz2 Ishtar-59dd3f38fea82205fe4824819ee344d959a47a2b.zip |
Operations: search in abstracts
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index ba937f742..8bb30b730 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -469,6 +469,7 @@ class OperationSelect(TableSelect): reverse_lazy('autocomplete-person', args=['0', 'user']), associated_model=Person), validators=[valid_id(Person)]) + abstract = forms.CharField(label=_(u"Abstract (full text search)")) record_quality = forms.ChoiceField(label=_(u"Record quality")) report_processing = forms.ChoiceField(label=_(u"Report processing"), choices=[]) |