schickmacher/schickmacher/templates/403.html
Jens Kadenbach 6da103b148 init commit
2019-09-05 10:37:43 +02:00

9 lines
194 B
HTML

{% extends "base.html" %}
{% block title %}Forbidden (403){% endblock %}
{% block content %}
<h1>Forbidden (403)</h1>
<p>CSRF verification failed. Request aborted.</p>
{% endblock content %}