diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-24 13:32:05 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-24 13:32:05 +0200 |
commit | 76d7b6deecd58609af2504570ac9fe4e07677fec (patch) | |
tree | cd4a2a3abaedef6deb929bc920e94eaa69d051ff /pyaggr3g470r/templates/home.html | |
parent | Updated README. (diff) | |
download | newspipe-76d7b6deecd58609af2504570ac9fe4e07677fec.tar.gz newspipe-76d7b6deecd58609af2504570ac9fe4e07677fec.tar.bz2 newspipe-76d7b6deecd58609af2504570ac9fe4e07677fec.zip |
Removed trailing slashes from the routes.
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-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 a68b71a4..81aeea9c 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"> |