{% extends 'base.html' %} {% load staticfiles %} {% load widget_tweaks %} {% block navbar-right %} {% endblock %} {% block content-center %} {% if title %}

{{ title }}

{% endif %}

{{ message }}

You will be redirected to the home page in seconds, or you can click here.

{% endblock %} {% block bottom %}{% endblock %}