repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some style fixes
[archweb_dev-nj.git]
/
templates
/
500.html
blob
9566fc296478e869a30c38eef2fed1be3f757451
1
{% extends
"base.html"
%}
2
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 %}
9