File diff c5c40a039ec4 → 683a733d3e9c
conntrackt/templates/conntrackt/html_link.html
Show inline comments
 
{% load url from future %}
 
<a href="{{url}}"{% if title %} title="{{title}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{%if class %} class="{{class}}"{% endif %}>{{text}}</a>
 
<a href="{{url}}{% if get %}?{{get}}{% endif %}"{% if title %} title="{{title}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{%if class %} class="{{class}}"{% endif %}>{{text}}</a>