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
Fix title underline error in faq.rst
[ganeti_webmgr.git]
/
muddle
/
templates
/
errors
/
403.html
blob
3ac6f488907ab8b9ec659712d8dbe02ec84d60cc
1
{% extends
"base.html"
%}
2
3
{% block head %}
4
{{block.super}}
5
<link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"../../static/css/errors.css"
/>
6
{% endblock %}
7
8
{% block errors %}
9
You do not have permission to view this page.
10
{% endblock %}