ifa/templates/500.html
2012-11-08 16:15:40 +05:30

9 lines
198 B
HTML

{% 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 %}