{% extends "base2.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load static %} {% block head_title %}{% trans "Page not found" %}{% endblock %} {% block content %}

{% trans "Page not found" %}

404

Oops. Something went wrong.

Go back to the home page
{% endblock %}