aboutsummaryrefslogtreecommitdiff
path: root/web/templates/feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/feeds.html')
-rw-r--r--web/templates/feeds.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/templates/feeds.html b/web/templates/feeds.html
deleted file mode 100644
index 9ba16359..00000000
--- a/web/templates/feeds.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "layout.html" %}
-{% block content %}
-<div class="container">
- <h1>{{ _('You are subscribed to') }} {{ feeds.count() }} {{ _('feeds') }} &middot; {{ _('Add a') }} <a href="{{ url_for("feed.form") }}">{{ _('feed') }}</a></h1>
- {% include "feed_list.html" %}
-</div><!-- /.container -->
-{% endblock %}
bgstack15