diff --git a/conntrackt/templates/conntrackt/project_widget.html b/conntrackt/templates/conntrackt/project_widget.html --- a/conntrackt/templates/conntrackt/project_widget.html +++ b/conntrackt/templates/conntrackt/project_widget.html @@ -1,6 +1,6 @@ {% load conntrackt %} - + {% for entity in project.entity_set.all %} {% endfor %}
{% html_link project.name 'project' project.id class="btn btn-link" title=project.description %}{% html_link '' 'project_iptables' project.id class="btn btn-link" %}
{% html_link project.name 'project' project.id title=project.description %}{% html_link '' 'project_iptables' project.id class="btn btn-link" %}
{% html_link entity.name 'entity' entity.id class="btn btn-link" %}{% html_link '' 'entity_iptables' entity.id class="btn btn-link" %}