odsreg/cfp/templates/404.html
Thierry Carrez 56fdefeccd Initial import
Initial import after cleanup.
Previous history lives in https://code.launchpad.net/~ttx/+junk/odsreg
2012-12-20 16:11:01 +01:00

6 lines
125 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>Error: Page not found</h2>
<p>This page does not exist.</p>
{% endblock %}