minor template indentation changes

This commit is contained in:
glyph 2022-08-11 17:12:44 +01:00
parent d67d0f566f
commit 1cf6ec52a1
3 changed files with 37 additions and 37 deletions

View File

@ -10,7 +10,7 @@
{{ peer.0.public_key }} {{ peer.0.public_key }}
{% endif %} {% endif %}
</code> </code>
<p>{% if peer.1 != "0" %}{{ peer.1 }}{% endif %}</p> {% if peer.1 != "0" %}<p>{{ peer.1 }}</p>{% endif %}
</a> </a>
</li> </li>
{%- endfor %} {%- endfor %}