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
Removed import no longer used.
[archweb_dev-nj.git]
/
templates
/
status_page.html
blob
558c654477d8a504db3e715f5ec9bb0eac678abd
1
{% extends
"base.html"
%}
2
3
{% block content %}
4
<div
class
=
"box"
>
5
<h4>
{{ message }}
</h4>
6
</div>
7
{% endblock %}
8