56fdefeccd
Initial import after cleanup. Previous history lives in https://code.launchpad.net/~ttx/+junk/odsreg
6 lines
140 B
HTML
6 lines
140 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h2>Error: Application error</h2>
|
|
<p>This application encoutered an error.</p>
|
|
{% endblock %}
|