gergelypolonkai-web-django/basics/templates/basics/notfound.html

9 lines
154 B
HTML
Raw Normal View History

2014-06-14 17:09:10 +00:00
{% extends 'front_base.html' %}
{% block title %} - Not Found{% endblock %}
{% block content %}
The requested resource cannot be found.
{% endblock %}