Skip to content
Snippets Groups Projects
Commit e2b2656b authored by Lukáš Nový's avatar Lukáš Nový
Browse files

i18n: Error pages

parent 32435b11
No related branches found
No related tags found
No related merge requests found
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %}Page not found{% endblock %} {% block title %}Stránka nenalezena{% endblock %}
{% block content %} {% block content %}
The page you requested could not be found. Požadovaná stránka nebyla nalezena.
{% endblock %} {% endblock %}
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %}Server error{% endblock %} {% block title %}Chyba serveru{% endblock %}
{% block content %} {% block content %}
There was an error while handling your request. Došlo k chybě při zpracování.
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment