Fix typos

This commit is contained in:
2024-11-12 21:38:38 +01:00
parent 37abde04d7
commit dc1e1fc897
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
{% include "core/base/tabs.jinja" %}
{% endblock %}
{% block errors%}
{% block errors %}
{% if error %}
{{ error }}
{% endif %}