diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-23 08:05:20 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-23 08:05:20 +0200 |
commit | 9af406e4d2e3de0b579841143b0ba04691847764 (patch) | |
tree | 2a5a765df9704068bf2cfaf41cb982b98f4a88db /src/web/templates/about.html | |
parent | Updated CHANGELOG. (diff) | |
download | newspipe-9af406e4d2e3de0b579841143b0ba04691847764.tar.gz newspipe-9af406e4d2e3de0b579841143b0ba04691847764.tar.bz2 newspipe-9af406e4d2e3de0b579841143b0ba04691847764.zip |
Updated about page.
Diffstat (limited to 'src/web/templates/about.html')
-rw-r--r-- | src/web/templates/about.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html index e7398b23..4d1b1e8b 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -15,7 +15,6 @@ </div> <div class="well"> <h1>{{ _('Help') }}</h1> - <p>{{ _('If you have any problem, <a href="https://wiki.cedricbonhomme.org/contact">contact</a> the administrator.') }}</p> <p>{{ _('The documentation of the API is <a href="https://jarr.readthedocs.io/en/latest/web-services-v3.html">here</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 JARR</a>', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }} |