Added admin-media files.
[archweb_dev-nj.git] / templates / 500.html
blob9566fc296478e869a30c38eef2fed1be3f757451
1 {% extends "base.html" %}
3 {% block content %}
4 <div class="box">
5 <h2>500 - Internal Server Error</h2>
6 Something has gone horribly wrong. Back away slowly.
7 </div>
8 {% endblock %}