mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Update base.j2 to make server messages <h2>.
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
7035514642
commit
df31170542
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<details open>
|
||||
<summary>messages from the server</summary>
|
||||
{% for category, message in messages %}
|
||||
<div><b>[{{ category | escape }}] {{ message | escape }}</b></div>
|
||||
<h2>[{{ category | escape }}] {{ message | escape }}</h2>
|
||||
{% endfor %}
|
||||
</details>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue