Fixed typo in templates/500.html

This commit is contained in:
Jonathan S. Katz
2013-01-12 13:24:42 -05:00
parent e2358b68ed
commit f07d005d62

View File

@ -3,7 +3,7 @@
{%block contents%}
<h1>Server Error</h1>
<p>
An internal server error occured.
An internal server error occurred.
</p>
</h1>
{%endblock%}