Commit f520267134437f27a78366476eae3a5b6b9144a5

Authored by Sergio Oliveira
1 parent 784beda8

500.html cannot extend base.html

500.html does not load context processors
Showing 1 changed file with 2 additions and 7 deletions   Show diff stats
src/templates/500.html
1   -{% extends "base.html" %}
2 1 {% load i18n %}
3   -
4   -{% block main-content %}
5   - <h1>{% trans "Ooopz... something went wrong!" %}</h1>
6   -{% endblock %}
7   -
8   -{% block footer %}{% endblock %}
  2 +<h1>{% trans "Ooopz... something went wrong!" %}</h1>
  3 +<h2>Internal Server Error</h2>
... ...