diff --git a/src/postorius/templates/postorius/errors/generic.html b/src/postorius/templates/postorius/errors/generic.html index 0d5a3e8..21498f9 100644 --- a/src/postorius/templates/postorius/errors/generic.html +++ b/src/postorius/templates/postorius/errors/generic.html @@ -3,6 +3,5 @@ {% block main %}

{% trans 'Something went wrong' %}

- - {% if error %}
{{ error }}
{% endif %} + {% if error %}
{{ error }}
{% endif %} {% endblock %}