gva/gnuviechadmin/templates/404.html

9 lines
229 B
HTML
Raw Normal View History

2014-05-18 00:07:32 +02:00
{% extends "base.html" %}
{% block title %}Page Not found{% endblock %}
{% block page_title %}Page Not found{% endblock page_title %}
{% block content %}
<p>This is not the page you were looking for.</p>
{% endblock content %}