summaryrefslogtreecommitdiff
path: root/src/templates/500.html
blob: 57bed1c37dcf50ad5f18c5093d7f459d325037e7 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}
 
{% block content %} 
<p>
500 -- server error 
</p>
{% endblock %}