ojuso-map/ojusomap/templates/500.html
2017-11-18 16:55:02 +00:00

10 lines
254 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 %}