aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/about.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 14:07:21 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 14:07:21 +0200
commit1b60232f40c90d575543f3c2b20d9f13b6e138eb (patch)
tree1bb4f43b4d0db1de22413630a0c2125492c7a7c9 /src/web/templates/about.html
parentfixed bug in the translations. (diff)
downloadnewspipe-1b60232f40c90d575543f3c2b20d9f13b6e138eb.tar.gz
newspipe-1b60232f40c90d575543f3c2b20d9f13b6e138eb.tar.bz2
newspipe-1b60232f40c90d575543f3c2b20d9f13b6e138eb.zip
Updated about page.
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 1d51786e..c6fc4df9 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -16,6 +16,7 @@
<div class="well">
<h1>{{ _('Help') }}</h1>
<p>{{ _('The documentation of the API is <a href="https://newspipe.readthedocs.io/en/latest/web-services-v3.html">here</a>.') }}</p>
+ <p>{{ _('Contact')}}: <a href="mailto:{{ contact }}">{{ contact }}</a></p>
<p>{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}</p>
{{ _('<a class="btn btn-default" href="%(bookmarklet)s" rel="bookmark">Subscribe to this feed using Newspipe</a>', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
</div>
bgstack15