use same template in both lists
This commit is contained in:
parent
536f63eab7
commit
86a7c8b847
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue