Files @ 0d8ace5c1a99
Branch filter:

Location: conntrackt/conntrackt/templates/conntrackt/html_link.html

branko
CONNT-15: Reduced repetition for the create form by using a mixin and single template.
{% load url from future %}
<a href="{{url}}{% if get %}?{{get}}{% endif %}"{% if title %} title="{{title}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{%if class %} class="{{class}}"{% endif %}>{{text}}</a>