repo.or.cz
/
pgweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a page listing recognised NPOs.
[pgweb.git]
/
templates
/
500.html
blob
58105e4fc34226f464cf4ff473b55b08d540ee2b
1
{%extends
"base/page.html"
%}
2
{%block title%}Server error{%endblock%}
3
{%block contents%}
4
<h1>
Server Error
</h1>
5
<p>
6
An internal server error occurred.
7
</p>
8
{%endblock%}