{% extends 'layouts/index.html' %} {% block content %}

400 - Bad CSRF Token

{% if current_user.is_authenticated %} Sorry {{ current_user.username }}, the {% else %} The {% endif %} form you submitted requires a CSRF token to be valid.
This may happen if the form was submitted long after the token was generated, and it has thus expired. Go home?

{% endblock %}