aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/about.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 13:27:52 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 13:27:52 +0200
commit9c8a6d28ac5780ca0634e0757e97fba0c5b4817e (patch)
tree483ae87d84c2c0219149968c1a27034513169600 /src/web/templates/about.html
parentvalidate app.json (diff)
parentfixed postdeploy script. (diff)
downloadnewspipe-9c8a6d28ac5780ca0634e0757e97fba0c5b4817e.tar.gz
newspipe-9c8a6d28ac5780ca0634e0757e97fba0c5b4817e.tar.bz2
newspipe-9c8a6d28ac5780ca0634e0757e97fba0c5b4817e.zip
merge and fixed conflict
Diffstat (limited to 'src/web/templates/about.html')
-rw-r--r--src/web/templates/about.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index c2d0ae4d..70ae0a5f 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -12,6 +12,7 @@
redistribute the <a href="https://github.com/newspipe/newspipe">source code</a>
according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p>
<p>{{ _('Found a bug? Report it <a href="https://github.com/newspipe/newspipe/issues">here</a>.') }}</p>
+ <p><a href="{{ url_for('about_more') }}">More information</a> about this instance.</p>
</div>
<div class="well">
<h1>{{ _('Help') }}</h1>
bgstack15