{% 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 %}
We could not find the page you were looking for.
Back to home.