ccdb-api/ccdb/templates/404.html
Matthew Dillon 7ba937ef66 INITIAL
2016-01-19 15:10:09 -07:00

9 lines
192 B
HTML

{% extends "base.html" %}
{% block title %}Page Not found{% endblock %}
{% block content %}
<h1>Page Not found</h1>
<p>This is not the page you were looking for.</p>
{% endblock content %}