aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %}