diff --git a/conntrackt/templates/admin/conntrackt/communication/change_list.html b/conntrackt/templates/admin/conntrackt/communication/change_list.html --- a/conntrackt/templates/admin/conntrackt/communication/change_list.html +++ b/conntrackt/templates/admin/conntrackt/communication/change_list.html @@ -3,12 +3,14 @@ {% load admin_urls %} {% block object-tools-items %} -
  • - {# Add the GET parameters from the admin's filter to 'Add entity' button #} - {# so we can perform some filtering on source/destination interfaces. #} - + {% 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 %}