From ecc89f710972f1901d139446ce92b0543849114f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 26 May 2017 23:23:00 +0200 Subject: updated layout --- src/web/views/bookmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/views') diff --git a/src/web/views/bookmark.py b/src/web/views/bookmark.py index 04e79c09..9263b49f 100644 --- a/src/web/views/bookmark.py +++ b/src/web/views/bookmark.py @@ -49,7 +49,7 @@ bookmark_bp = Blueprint('bookmark', __name__, url_prefix='/bookmark') @bookmarks_bp.route('/', defaults={'per_page': '50'}, methods=['GET']) -def list(per_page): +def list_(per_page): "Lists the bookmarks." head_titles = [gettext("Bookmarks")] -- cgit