{% extends 'site/base.html' %} {% load user %} {% block base_title %}Unauthorized access{% endblock %} {% block base_content %}
This page available only for registered users. You can authorize, or go back to the previous page.
If you have not an account than {% translate "create new account" %}.
{% login_form %} {% endblock %}