ponytracker/templates/404.html
2014-08-30 15:38:06 -07:00

13 lines
185 B
HTML

{% extends 'base.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 %}