remove <strong> tag
This commit is contained in:
parent
94445edfc0
commit
885dc49ae0
1 changed files with 4 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue