aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-04-11 14:22:44 +0200
committerFrançois Schmidts <francois.schmidts@gmail.com>2015-04-12 14:31:06 +0200
commit01ccc02384a8b11d7ef33db2e13195d1e27bf850 (patch)
treeb999d392ebd5c2face8feb3aca1397aeac265794 /pyaggr3g470r/templates/layout.html
parentauto redirect to the all including filter when landing on no result (diff)
downloadnewspipe-01ccc02384a8b11d7ef33db2e13195d1e27bf850.tar.gz
newspipe-01ccc02384a8b11d7ef33db2e13195d1e27bf850.tar.bz2
newspipe-01ccc02384a8b11d7ef33db2e13195d1e27bf850.zip
removing unread page
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index 7f8288f8..90263fb8 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -44,7 +44,6 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-filter"></span> {{ _('Filter') }} <b class="caret"></b></a>
<ul class="dropdown-menu">
- <li><a accesskey="u" href="/unread">{{ _('Unread') }}</a></li>
<li><a accesskey="f" href="/favorites">{{ _('Favorites') }}</a></li>
<li><a accesskey="i" href="/inactives">{{ _('Inactive feeds') }}</a></li>
<li><a href="{{ url_for("feeds.feeds") }}">{{ _('All feeds') }}</a></li>
bgstack15