File diff 421171af6c75 → c8d79d2d0e3e
conntrackt/templates/admin/conntrackt/communication/change_list.html
Show inline comments
 
@@ -3,6 +3,7 @@
 
{% load admin_urls %}
 

	
 
{% block object-tools-items %}
 
    {% if has_add_permission %}
 
            <li>
 
              {# Add the GET parameters from the admin's filter to 'Add entity' button #}
 
              {# so we can perform some filtering on source/destination interfaces. #}
 
@@ -10,5 +11,6 @@
 
                {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}
 
              </a>
 
            </li>
 
    {% endif %}
 
{% endblock %}