aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-28 12:33:32 +0200
committerGravatar Tom Willemsen2012-05-28 12:34:57 +0200
commite8c245eb7091366ef1384c97db97ff34c6d4fbf3 (patch)
tree96e59710f69f4711e2ac0724344a930ab2762361
parentd0426e377f52196971b9423be42c3f4980664b64 (diff)
downloadryuslash.org-e8c245eb7091366ef1384c97db97ff34c6d4fbf3.tar.gz
ryuslash.org-e8c245eb7091366ef1384c97db97ff34c6d4fbf3.zip
Remove unused block 'menu'
-rw-r--r--aggregator/templates/aggregator/base.html2
-rw-r--r--aggregator/templates/aggregator/posts.html11
2 files changed, 0 insertions, 13 deletions
diff --git a/aggregator/templates/aggregator/base.html b/aggregator/templates/aggregator/base.html
index 4a24135..8585b8c 100644
--- a/aggregator/templates/aggregator/base.html
+++ b/aggregator/templates/aggregator/base.html
@@ -25,8 +25,6 @@
</hgroup>
</header>
- {% block menu %}{% endblock %}
-
<div id="content">
{% block content %}{% endblock %}
</div>
diff --git a/aggregator/templates/aggregator/posts.html b/aggregator/templates/aggregator/posts.html
index 37edf12..0763ed2 100644
--- a/aggregator/templates/aggregator/posts.html
+++ b/aggregator/templates/aggregator/posts.html
@@ -5,17 +5,6 @@
title="All posts" />
{% endblock %}
-{% block menu %}
-<div id="feeds">
- {% for feed in feeds %}
- <a href="{{ feed.get_profile_url }}">
- <img src="{{ feed.get_favicon_url }}">
- {{ feed.name }}
- </a>
- {% endfor %}
-</div>
-{% endblock %}
-
{% block content %}
{% regroup list.object_list by updated.date as grouped_list %}
{% for group in grouped_list %}