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>
{% for connections in active_node_connections %}
<small>
<strong>
{% 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 %}on level {{ level_title }}{% endblocktrans %}
{% endwith %}
</strong>
{% 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 %}on level {{ level_title }}{% endblocktrans %}
{% endwith %}
<br>
{% for connection in connections %}