diff options
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/about.html | 4 |
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 %} |