aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-10 00:49:43 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-10 00:49:43 +0200
commit0c3cc98d1b0645e37fb38bf1c0cb35c061dae9d1 (patch)
tree783e286fe1442019c68df917aa6868cdcc9636ef /pyaggr3g470r
parentBold/Unbold the title of the article with jQuery. (diff)
downloadnewspipe-0c3cc98d1b0645e37fb38bf1c0cb35c061dae9d1.tar.gz
newspipe-0c3cc98d1b0645e37fb38bf1c0cb35c061dae9d1.tar.bz2
newspipe-0c3cc98d1b0645e37fb38bf1c0cb35c061dae9d1.zip
Removed anchor.
Diffstat (limited to 'pyaggr3g470r')
-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 708e491e..bcd7fa62 100644
--- a/pyaggr3g470r/templates/home.html
+++ b/pyaggr3g470r/templates/home.html
@@ -8,7 +8,7 @@
{% if feeds|count == 0 %}
<div class="col-md-4 col-md-offset-4">
<h1>{{ _("You don't have any feeds.") }}</h1>
- <h1><a href="/create_feed">{{ _('Add some') }}</a>, {{ _('or') }} <a href="/management#import">{{ _('upload an OPML file.') }}</a></h1>
+ <h1><a href="/create_feed">{{ _('Add some') }}</a>, {{ _('or') }} <a href="/management">{{ _('upload an OPML file.') }}</a></h1>
</div>
{% else %}
<div id="affix-nav" class="col-md-3 sidebar hidden-xs hidden-sm">
bgstack15