diff --git a/conntrackt/templates/admin/conntrackt/communication/change_list.html b/conntrackt/templates/admin/conntrackt/communication/change_list.html deleted file mode 100644 --- a/conntrackt/templates/admin/conntrackt/communication/change_list.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "admin/change_list.html" %} -{% load i18n admin_static admin_list %} -{% load admin_urls %} - -{% block object-tools-items %} - {% if has_add_permission %} -
  • - {# Add the GET parameters from the admin's filter to 'Add entity' button #} - {# so we can perform some filtering on source/destination interfaces. #} - - {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %} - -
  • - {% endif %} -{% endblock %} -