Files @ 5a89fb29aaf4
Branch filter:

Location: conntrackt/conntrackt/templates/conntrackt/link.html

branko
Just fixing some indentations.
1
2
3
4
5
6
{% 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 %}