diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 11:27:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 11:27:28 +0200 |
commit | 50c0e779c3670264f2966b4659c6a656001fcf31 (patch) | |
tree | 6a87f05b1d48a039a9cbf8df1849d9b14d8e4482 /archaeological_finds/models_treatments.py | |
parent | 166c5c7ea1a433f8e901bfc04a8b0c75fde1c207 (diff) | |
download | Ishtar-50c0e779c3670264f2966b4659c6a656001fcf31.tar.bz2 Ishtar-50c0e779c3670264f2966b4659c6a656001fcf31.zip |
Operation, site: multi del - redirs
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r-- | archaeological_finds/models_treatments.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index 07eeef260..52db8cabe 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -68,7 +68,6 @@ class Treatment(DashboardFormItem, ValueGetter, DocumentItem, BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem): SLUG = 'treatment' SHOW_URL = 'show-treatment' - DELETE_URL = 'delete-treatment' TABLE_COLS = ('year', 'index', 'treatment_types__label', 'treatment_state__label', 'label', 'person__cached_label', |