aboutsummaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-08-29 10:24:27 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-08-29 10:24:27 +0200
commit6331fe4b2b09dd1b89dbfc979e6f3e2435290ccc (patch)
treebf38320921a2d638c1e524f37c1e94a5ce0c9659 /src/web
parentUpdated README. (diff)
downloadnewspipe-6331fe4b2b09dd1b89dbfc979e6f3e2435290ccc.tar.gz
newspipe-6331fe4b2b09dd1b89dbfc979e6f3e2435290ccc.tar.bz2
newspipe-6331fe4b2b09dd1b89dbfc979e6f3e2435290ccc.zip
Updated about page.
Diffstat (limited to 'src/web')
-rw-r--r--src/web/templates/about.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index 2b203c0c..e4b77b14 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -20,9 +20,5 @@
<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)) }}
</div>
- <div class="well">
- <h1>{{ _('Donation') }}</h1>
- <p>{{ _('If you wish and if you like JARR, you can donate via bitcoin <a href="https://blockexplorer.com/address/1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ">1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ</a>. Thank you!') }}</p>
- </div>
</div><!-- /.container -->
{% endblock %}
bgstack15