Files @ c5c40a039ec4
Branch filter:

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

branko
Added a login page with custom template.
{% load url from future %}
<a href="{{url}}"{% if title %} title="{{title}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{%if class %} class="{{class}}"{% endif %}>{{text}}</a>