diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-23 15:37:41 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-23 15:43:41 +0200 | 
| commit | 8b3e8a9e57da557595cfe0cba63428601f131d93 (patch) | |
| tree | 855bfac09cba06f88a9313a71337da0ed91e064e /archaeological_operations/models.py | |
| parent | 78e232902e214ef0eee1521b2c76057b3b53df32 (diff) | |
| download | Ishtar-8b3e8a9e57da557595cfe0cba63428601f131d93.tar.bz2 Ishtar-8b3e8a9e57da557595cfe0cba63428601f131d93.zip  | |
Finds: add cultural attributions
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index d452bbb39..19e528de1 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -253,7 +253,7 @@ class ArchaeologicalSite(DocumentItem, BaseHistorizedItem, QRCodeItem,              'affmar_number__iexact'          ),          'cultural_attributions': SearchAltName( -            pgettext_lazy("key for text search", "cultural-attribution'"), +            pgettext_lazy("key for text search", "cultural-attribution"),              'cultural_attributions__label__iexact'          ),      }  | 
