aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/home.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 19:16:45 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 19:16:45 +0200
commit3907c47ba8dcb94e059f086f2aa5f447313c5a97 (patch)
tree50f204e754fd24b4e4901b81ab8736e802afdb4f /pyaggr3g470r/templates/home.html
parentUpdated translations. (diff)
downloadnewspipe-3907c47ba8dcb94e059f086f2aa5f447313c5a97.tar.gz
newspipe-3907c47ba8dcb94e059f086f2aa5f447313c5a97.tar.bz2
newspipe-3907c47ba8dcb94e059f086f2aa5f447313c5a97.zip
Updated anchor.
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r--pyaggr3g470r/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html
index 63c4db07..ce26a954 100644
--- a/pyaggr3g470r/templates/home.html
+++ b/pyaggr3g470r/templates/home.html
@@ -17,7 +17,7 @@
<div class="col-md-9">
{% if result|count == 0 %}
<h1>{{ _("You don't have any feeds.") }}</h1>
- <h1><a href="/create_feed/">{{ _('Add some') }}</a>, {{ _('or') }} <a href="/management/#import-opml">{{ _('upload an OPML file.') }}</a></h1>
+ <h1><a href="/create_feed/">{{ _('Add some') }}</a>, {{ _('or') }} <a href="/management/#import">{{ _('upload an OPML file.') }}</a></h1>
{% else %}
{% for feed in result|sort(attribute="title") %}
<div class="row" id="{{ feed.id }}">
bgstack15