diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-07-12 09:02:29 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-07-12 09:02:29 +0200 |
commit | 818fab9bab95694698dbfd9dae061b9879877fc8 (patch) | |
tree | 9c412aaa128ea2070d1b6da95c24982ec870bb0f | |
parent | Fixed a bad link. (diff) | |
download | newspipe-818fab9bab95694698dbfd9dae061b9879877fc8.tar.gz newspipe-818fab9bab95694698dbfd9dae061b9879877fc8.tar.bz2 newspipe-818fab9bab95694698dbfd9dae061b9879877fc8.zip |
Fixed a bad link.
-rw-r--r-- | pyaggr3g470r/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 14599771..239a57fd 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#import">{{ _('upload an OPML file.') }}</a></h1> </div> {% else %} <div id="affix-nav" class="col-md-3 sidebar hidden-xs hidden-sm"> |