UI - add CSRF protection
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user