From 93ece4d67007e86066726d9b724a7fefa86db68f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Sep 2025 14:06:45 +0200 Subject: 🗃️ finds - specific tables for recommended treatments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/admin.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archaeological_finds/admin.py') diff --git a/archaeological_finds/admin.py b/archaeological_finds/admin.py index e056e2464..d6a711187 100644 --- a/archaeological_finds/admin.py +++ b/archaeological_finds/admin.py @@ -262,6 +262,11 @@ class SourceTypeAdmin(GeneralTypeAdmin): LIST_DISPLAY = ["label", "txt_idx", "available", "parent", "order", "comment"] +@admin.register(models.RecommendedTreatmentType, site=admin_site) +class RecommendedTreatmentTypeAdmin(GeneralTypeAdmin): + LIST_DISPLAY = ["label", "txt_idx", "available", "parent", "order", "comment"] + + general_models = [ models.AlterationCauseType, models.AlterationType, models.BatchType, models.CollectionEntryModeType, models.IntegrityType, models.InventoryConformity, -- cgit v1.2.3