{% extends 'errors_base.html' %} {% block title %}Permission Denied 403{% endblock %} {% load static %} {% block style %} {{ block.super }} .login-box { width: initial; } .login-box-body { height: 400px; } {% endblock %} {% block body %}

403

Oops! Permission Denied.

You do not have access to this page.

Back to home.

{% endblock %}