diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-03 14:00:23 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:22 +0100 | 
| commit | 1a86dfe4ab25013f64f6028d8e09cc0ce0a1fcd8 (patch) | |
| tree | 0081995b45531ce4769fe070baaf06b97b3b7ffe /archaeological_finds/forms.py | |
| parent | bff83627dd1555278d00a553f8dd64df81b0478c (diff) | |
| download | Ishtar-1a86dfe4ab25013f64f6028d8e09cc0ce0a1fcd8.tar.bz2 Ishtar-1a86dfe4ab25013f64f6028d8e09cc0ce0a1fcd8.zip  | |
Add doc search to operations
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 eabe25fa0..922866ffd 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -99,7 +99,7 @@ logger = logging.getLogger(__name__)  class RecordFormSelection(CustomForm, forms.Form):      form_label = _("Context record") -    form_admin_name = _(u"Find - 010 - Context record choice") +    form_admin_name = _("Find - 010 - Context record choice")      form_slug = "find-010-contextrecord"      base_models = ['get_first_base_find']      associated_models = {'get_first_base_find__context_record': ContextRecord}  | 
