Files @ 5c7da7c67a3e
Branch filter:

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

branko
Noticket: Added a check for existing communications when attempting to move entity to a different project. Includes test of new functionality.
{% 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>