56fdefeccd
Initial import after cleanup. Previous history lives in https://code.launchpad.net/~ttx/+junk/odsreg
6 lines
125 B
HTML
6 lines
125 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h2>Error: Page not found</h2>
|
|
<p>This page does not exist.</p>
|
|
{% endblock %}
|