odsreg/cfp/templates/500.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
140 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>Error: Application error</h2>
<p>This application encoutered an error.</p>
{% endblock %}