File diff 603e91a6b1ab → b38bff5ff039
conntrackt/templates/conntrackt/link.html
Show inline comments
 
new file 100644
 
{% load url from future %}
 

	
 
{% if identifier %}
 
<a href="{% url view identifier %}" {% if html_class %}class="{{html_class}}"{% endif %}>{{title}}</a>
 
{% else %}
 
<a href="{% url view %}" {% if html_class %}class="{{html_class}}"{% endif %}>{{title}}</a>
 
{% endif %}