diff options
Diffstat (limited to 'src/web/templates/edit_bookmark.html')
-rw-r--r-- | src/web/templates/edit_bookmark.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/templates/edit_bookmark.html b/src/web/templates/edit_bookmark.html index 384e641c..573e3d7a 100644 --- a/src/web/templates/edit_bookmark.html +++ b/src/web/templates/edit_bookmark.html @@ -62,5 +62,11 @@ </div> </form> </div> + {% if action == "Add a bookmark" %} + <div> + <p>{{ _('You can add a bookmark with a bookmarklet. Drag the following button to your browser bookmarks.') }}</p> + {{ _('<a class="btn btn-default" href="%(bookmarklet)s" rel="bookmark">Manage your bookmarks using Newspipe</a>', bookmarklet='javascript:window.location="%s?href="+encodeURIComponent(document.location)' % url_for('bookmark.bookmarklet', _external=True)) }} + </div> + {% endif %} </div><!-- /.container --> {% endblock %} |