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