Update base.j2 to make server messages <h2>.

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-11-29 00:22:33 +02:00
parent 7035514642
commit df31170542
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -42,7 +42,7 @@
<details open> <details open>
<summary>messages from the server</summary> <summary>messages from the server</summary>
{% for category, message in messages %} {% for category, message in messages %}
<div><b>[{{ category | escape }}] {{ message | escape }}</b></div> <h2>[{{ category | escape }}] {{ message | escape }}</h2>
{% endfor %} {% endfor %}
</details> </details>
{% endif %} {% endif %}