From b0bd846a33d7c6e91dfa20de273b62e3b1a26703 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Sep 2024 16:52:31 +0200 Subject: 🐛 fix random images for administrative acts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 60a9dbfca..50dcd20f3 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -2571,6 +2571,7 @@ post_delete.connect(post_save_cache, sender=ActType) class AdministrativeAct(DocumentItem, BaseHistorizedItem, OwnPerms, ValueGetter, SheetItem): + SHOW_URL = "show-administrativeact" TABLE_COLS = [ "full_ref", "signature_date__year", -- cgit v1.2.3