summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_treatments.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index 509d67f70..88f267a9b 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -95,6 +95,8 @@ class Treatment(
ShortMenuItem,
):
SLUG = "treatment"
+ APP = "archaeological-finds"
+ MODEL = SLUG
SHOW_URL = "show-treatment"
TABLE_COLS = (
"year",
@@ -1015,6 +1017,8 @@ class TreatmentFile(
ShortMenuItem,
):
SLUG = "treatmentfile"
+ APP = "archaeological-finds"
+ MODEL = SLUG
SHOW_URL = "show-treatmentfile"
DELETE_URL = "delete-treatmentfile"
TABLE_COLS = ["type", "year", "index", "internal_reference", "name"]