summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 5aa52152..9aa05c58 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,8 +26,6 @@
</ul>
{% endblock %}
</div>
- {% block ads %}
- {% if not user.is_anonymous %}
<div id="dev_nav">
<ul>
<li><a href="/accounts/logout/">Logout</a></li>
@@ -38,8 +36,6 @@
<li><a href="/devel/">Dashboard</a></li>
</ul>
</div>
- {% endif %}
- {% endblock %}
</div>
<div id="content">
{% block content %}