summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-13 14:13:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-13 14:13:46 +0200
commit9c0ee6ee690f176dd6c944d263ec45678ebec49e (patch)
tree8abead0cd473127fcbd18fd9581470af8f48e654 /archaeological_context_records/models.py
parent801e31fc093bc554ae62ff50a5540659634098b4 (diff)
downloadIshtar-9c0ee6ee690f176dd6c944d263ec45678ebec49e.tar.bz2
Ishtar-9c0ee6ee690f176dd6c944d263ec45678ebec49e.zip
Delete action: context records, files, finds, treatments, treatments files, admin acts
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index dc8409b39..dd76c355a 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -297,6 +297,7 @@ class ContextRecord(BulkUpdatedItem, DocumentItem, BaseHistorizedItem,
APP = "archaeological-context-records"
MODEL = "context-record"
SHOW_URL = 'show-contextrecord'
+ DELETE_URL = 'delete-contextrecord'
EXTERNAL_ID_KEY = 'context_record_external_id'
EXTERNAL_ID_DEPENDENCIES = ['base_finds']
TABLE_COLS = ['label', 'operation__common_name', 'town__name',