remove <strong> tag

This commit is contained in:
Laura Klünder 2017-11-25 20:33:20 +01:00
parent 94445edfc0
commit 885dc49ae0

View file

@ -43,12 +43,10 @@
<strong>{% trans 'Connections:' %}</strong><br> <strong>{% trans 'Connections:' %}</strong><br>
{% for connections in active_node_connections %} {% for connections in active_node_connections %}
<small> <small>
<strong>
{% with space_title=connections.0.other_node.space.title level_title=connections.0.other_node.space.level.title %} {% with space_title=connections.0.other_node.space.title level_title=connections.0.other_node.space.level.title %}
{% blocktrans %}Space {{ space_title }}{% endblocktrans %}<br> {% blocktrans %}Space {{ space_title }}{% endblocktrans %}<br>
{% blocktrans %}on level {{ level_title }}{% endblocktrans %} {% blocktrans %}on level {{ level_title }}{% endblocktrans %}
{% endwith %} {% endwith %}
</strong>
<br> <br>
{% for connection in connections %} {% for connection in connections %}