diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-07-09 20:06:59 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-07-09 20:06:59 +0200 |
commit | 8cbb441843fd6a821921e249504854909eb1d226 (patch) | |
tree | 6df8cc0b0135dba15cafc63a547d5a5e6271c34a | |
parent | Updated README. (diff) | |
download | newspipe-8cbb441843fd6a821921e249504854909eb1d226.tar.gz newspipe-8cbb441843fd6a821921e249504854909eb1d226.tar.bz2 newspipe-8cbb441843fd6a821921e249504854909eb1d226.zip |
Fixed a bad link.
-rw-r--r-- | pyaggr3g470r/templates/feeds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 8c30614f..4ccc3529 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} <div class="container"> - <h1>{{ _('You are subscribed to') }} {{ feeds.all()|count }} {{ _('feeds') }} · {{ _('Add a') }} <a href="/create_feed/">{{ _('feed') }}</a></h1> + <h1>{{ _('You are subscribed to') }} {{ feeds.all()|count }} {{ _('feeds') }} · {{ _('Add a') }} <a href="/create_feed">{{ _('feed') }}</a></h1> <div class="table-responsive"> <table class="table table-striped"> <thead> |