diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index d5450916b..fba1212c7 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -4019,6 +4019,7 @@ class Organization(Address, Merge, OwnPerms, ValueGetter): TABLE_COLS = ('name', 'organization_type', 'town') SLUG = "organization" SHOW_URL = 'show-organization' + DELETE_URL = 'delete-organization' # search parameters EXTRA_REQUEST_KEYS = {} |