{% extends "base.html" %} {% block title %}403 Forbidden{% endblock %} {% block content %}

403 Forbidden

You tried to visit a page that was forbidden. Sorry.

{% if errmsg %}

{{errmsg}}

{% endif %} {% endblock %}