aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-09 20:06:59 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-09 20:06:59 +0200
commit8cbb441843fd6a821921e249504854909eb1d226 (patch)
tree6df8cc0b0135dba15cafc63a547d5a5e6271c34a /pyaggr3g470r/templates
parentUpdated README. (diff)
downloadnewspipe-8cbb441843fd6a821921e249504854909eb1d226.tar.gz
newspipe-8cbb441843fd6a821921e249504854909eb1d226.tar.bz2
newspipe-8cbb441843fd6a821921e249504854909eb1d226.zip
Fixed a bad link.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/feeds.html2
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') }} &middot; {{ _('Add a') }} <a href="/create_feed/">{{ _('feed') }}</a></h1>
+ <h1>{{ _('You are subscribed to') }} {{ feeds.all()|count }} {{ _('feeds') }} &middot; {{ _('Add a') }} <a href="/create_feed">{{ _('feed') }}</a></h1>
<div class="table-responsive">
<table class="table table-striped">
<thead>
bgstack15