ojuso-map/ojusomap/templates/500.html

10 lines
254 B
HTML
Raw Normal View History

{% extends 'base_page.html' %}
2017-11-18 16:54:44 +00:00
{% load i18n %}
{% block title %}
2017-11-18 16:54:44 +00:00
{% trans 'Oops' %}
{% endblock %}
{% block description %}
2017-11-18 16:54:44 +00:00
{% trans 'An unknown server error occurred. Our engineers have been notified and will fix the problem.' %}
{% endblock %}