From 6331fe4b2b09dd1b89dbfc979e6f3e2435290ccc Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 Aug 2016 10:24:27 +0200 Subject: Updated about page. --- src/web/templates/about.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/web') 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 @@

{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}

{{ _('Subscribe to this feed using JARR', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }} -
-

{{ _('Donation') }}

-

{{ _('If you wish and if you like JARR, you can donate via bitcoin 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ. Thank you!') }}

-
{% endblock %} -- cgit