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%} {%block contents%}
<h1>Server Error</h1> <h1>Server Error</h1>
<p> <p>
An internal server error occured. An internal server error occurred.
</p> </p>
</h1> </h1>
{%endblock%} {%endblock%}