diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-05-26 23:23:00 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-05-26 23:23:00 +0200 |
commit | ecc89f710972f1901d139446ce92b0543849114f (patch) | |
tree | 04858f9382e93e302d428f7b63a26893f6351d1e /src/web/templates/management.html | |
parent | Display all shared bookmarks for a guest. (diff) | |
download | newspipe-ecc89f710972f1901d139446ce92b0543849114f.tar.gz newspipe-ecc89f710972f1901d139446ce92b0543849114f.tar.bz2 newspipe-ecc89f710972f1901d139446ce92b0543849114f.zip |
updated layout
Diffstat (limited to 'src/web/templates/management.html')
-rw-r--r-- | src/web/templates/management.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/management.html b/src/web/templates/management.html index 61eafe75..62e28dbe 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -12,7 +12,7 @@ </div> <div class="col-md-6"> <h1>{{ _('Your bookmarks') }}</h1> - <p>{{ _('You have') }} {{ nb_bookmarks }} <a href="{{ url_for("bookmarks.list")}}">{{ _('bookmarks') }}</a>.</p> + <p>{{ _('You have') }} {{ nb_bookmarks }} <a href="{{ url_for("bookmarks.list_")}}">{{ _('bookmarks') }}</a>.</p> <a href="{{ url_for("bookmarks.delete_all") }}" class="btn btn-default" onclick="return confirm('{{ _('You are going to delete all bookmarks.') }}');">{{ _('Delete all bookmarks') }}</a> </div> </div> |