UI - add CSRF protection

This commit is contained in:
bunkerity
2021-07-09 16:01:51 +02:00
parent 0d3f7d3925
commit 72a09eac6d
10 changed files with 27 additions and 19 deletions

View File

@@ -2,13 +2,9 @@
{% block content %}
<div class="row justify-content-center">
<div class="col col-12 col-md-6 text-center">
<div class="alert alert-danger">
Something went wrong...<br />
{{ error }}
</div>
<div class="alert alert-danger text-center">
Something went wrong...<br /><br />
{{ error }}
</div>
</div>
{% endblock %}