ojuso-map/ojusomap/templates/500.html

10 lines
255 B
HTML

{% extends 'base_page.html' %}
{% load i18n %}
{% block title %}
{% trans 'Oops!' %}
{% endblock %}
{% block description %}
{% trans 'An unknown server error occurred. Our engineers have been notified and will fix the problem.' %}
{% endblock %}