repo.or.cz
/
ganeti_webmgr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag '0.10.2'
[ganeti_webmgr.git]
/
ganeti_web
/
templates
/
403.html
blob
d7172e43f09d7e978bcc19be5726b180dc8041fc
1
{% extends
"menu_base.html"
%}
2
3
{% block content %}
4
<h1>
{% if message %}{{ message }}{% else %}
403
Forbidden{% endif %}
</h1>
5
{% endblock %}