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 | 184c6960f537d315155efeb620d526c0b2022630 (patch) | |
tree | 6a87f05b1d48a039a9cbf8df1849d9b14d8e4482 /archaeological_finds/models_treatments.py | |
parent | a5721614c6866ab4953ee540eb4417fd2f79ac83 (diff) | |
download | Ishtar-184c6960f537d315155efeb620d526c0b2022630.tar.bz2 Ishtar-184c6960f537d315155efeb620d526c0b2022630.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', |