{% extends 'errors_base.html' %} {% block title %}Page Not Found 404{% endblock %} {% load static %} {% block style %} {{ block.super }} .login-box { width: initial; } .login-box-body { height: 400px; } {% endblock %} {% block body %}

404

Oops! Page not found.

We could not find the page you were looking for.

Back to home.

{% endblock %}