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
Updated docs
[archweb_dev-nj.git]
/
templates
/
devel
/
denied.html
blob
c59c0f735809ac997c1bdd6b8d9d7db795adaf4f
1
{% extends
"base.html"
%}
2
3
{% block content %}
4
<div
class
=
"box"
>
5
<br /><br />
6
Sorry, you don't have sufficient privileges to perform this function.
7
<br /><br />
8
</div>
9
<br /><br />
10
{% endblock %}
11