diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-25 11:17:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-25 11:21:32 +0200 |
commit | 2f042e2dc4e94d09a961bb54b608e48f25a4c5c8 (patch) | |
tree | c58e7555f9ad0c0d0846583ae7d089738315ad82 /archaeological_finds/models_finds.py | |
parent | 6fac36e62049aedcf50b1f22a1f0b22ba9941c75 (diff) | |
download | Ishtar-2f042e2dc4e94d09a961bb54b608e48f25a4c5c8.tar.bz2 Ishtar-2f042e2dc4e94d09a961bb54b608e48f25a4c5c8.zip |
🐛 Forms: fix date validation not possible when switching to english (refs #5837)
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 79faecb0d..52ac8d581 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1775,7 +1775,7 @@ class Find( pgettext_lazy("key for text search", "museum-original-repro"), "museum_original_repro__label__iexact", related_name="museum_original_repro" - ), + ), "museum_allocation_date": SearchAltName( pgettext_lazy("key for text search", "museum-allocation-date"), "museum_allocation_date" |