diff --git a/templates/whoisdb/handle_panel.html b/templates/whoisdb/handle_panel.html index 022ad1b..4b8db9a 100644 --- a/templates/whoisdb/handle_panel.html +++ b/templates/whoisdb/handle_panel.html @@ -1,13 +1,17 @@ +{% load handletags %} + {% with object.getAppName|add:":"|add:object.getClassName|lower|add:"-edit" as editView %} {% with object.getAppName|add:":"|add:object.getClassName|lower|add:"-delete" as deleteView %}
{{ object }} ({{ object.getClassName }}) + {% if object|userCanEdit:request.user %} + {% endif %}
{% include "whoisdb/handle_table.html" with object=object %}