fancy error pages
[qcg-portal.git] / qcg / templates / 404.html
1 {% extends 'qcg/error_page.html' %}
2
3 {% block title %}Nie znaleziono strony{% endblock %}
4 {% block details %}Nie znaleziono strony o adresie <code>{{ request_path }}</code>{% endblock %}