aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/views/bookmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/views/bookmark.py')
-rw-r--r--newspipe/web/views/bookmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/web/views/bookmark.py b/newspipe/web/views/bookmark.py
index 6b370658..c7b4e623 100644
--- a/newspipe/web/views/bookmark.py
+++ b/newspipe/web/views/bookmark.py
@@ -106,7 +106,7 @@ def list_(per_page, status="all"):
pagination = Pagination(
page=page,
total=bookmarks.count(),
- css_framework="bootstrap3",
+ css_framework="bootstrap4",
search=False,
record_name="bookmarks",
per_page=per_page,
bgstack15