ifa/templates/500.html

9 lines
198 B
HTML
Raw Normal View History

2012-11-08 10:45:40 +00:00
{% extends 'base.html' %}
{% block body_content %}
<div class="bodyContent">
<p class="largeFont">Oops! The server made a boo-boo! We're working on it.</p>
</div>
{% endblock %}