use same template in both lists

This commit is contained in:
Laura Klünder 2017-11-25 20:40:44 +01:00
parent 536f63eab7
commit 86a7c8b847

View file

@ -58,7 +58,7 @@
{% for connection in connections %}
{% if connection.from_node_id != active_node.pk %}
{{ connection.other_node.pk }}{% if connection.waytype %}{{ connection.waytype.title }}{% endif %},
{{ connection.other_node.pk }}{% if connection.waytype %} ({{ connection.waytype.title }}){% endif %}{% if connection.access_restriction_id %} ({{ connection.access_restriction.title }}){% endif %},
{% endif %}
{% endfor %}
</small><br><br>