diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-13 16:10:41 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-13 16:10:41 +0100 |
| commit | 86666680e1a074ee8fbbf88ff0191a509f5eb810 (patch) | |
| tree | bf872a432739b1864d1a404e60dab26db55ea4c0 /archaeological_finds/models_finds.py | |
| parent | 886d14724dc9b720b8ff5c4eb89ac4ec730a27f7 (diff) | |
| download | Ishtar-86666680e1a074ee8fbbf88ff0191a509f5eb810.tar.bz2 Ishtar-86666680e1a074ee8fbbf88ff0191a509f5eb810.zip | |
Container search: more fields
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index e5d56e99c..c4e6abb54 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -884,7 +884,7 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, OwnPerms, 'cr_relation_types': SearchAltName( pgettext_lazy("key for text search", - u"context-record-relation-type"), + u"context-record-relation-type"), 'cr_relation_types'), 'datings__period': SearchAltName( |
