adding forgotten text update to template

This commit is contained in:
Jake Dahn 2011-01-22 20:36:05 -06:00
parent 30d8c91be2
commit 50d4d10b1b
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
{% block content %}
<div id="page_head">
<h2 id="page_heading">Service Unavailable</h2>
<p id="page_description">This service is currently unavailable, please check back soon.</p>
<p id="page_description">This service is temporarily unavailable, please check back soon.</p>
</div>
{% endblock %}