ponytracker/templates/404.html
2014-09-02 22:54:24 -07:00

13 lines
191 B
HTML

{% extends 'base_error.html' %}
{% block content %}
<div class="page-header">
<h1>
Page not found
</h1>
</div>
<p>This is not the web page you are looking for.</p>
{% endblock %}