Files @ 2a0c8cb4797c
Branch filter:

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

branko
CONNT-5: Added custom model form for Interface. Applied small improvement to EntityForm for styling. Implemented adding interfaces to entities from the entity details page. Updated representation of interfaces on entity details page. Updated view tests for the new functionality. Minor fix to EntityView.
{% 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>