equal
deleted
inserted
replaced
|
1 {% extends 'base.html' %} |
|
2 {% block title %} |
|
3 500 Error |
|
4 {% endblock %} |
|
5 {% block content %} |
|
6 <h2>500 Error.</h2> |
|
7 Internal server error. This incident will be reported.<br /> |
|
8 Inconvenience caused is regretted. |
|
9 {% endblock %} |