mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 16:10:27 +01:00
Bookmark cards! Colours need to be fixed yet. Edit button works
This commit is contained in:
@@ -127,7 +127,7 @@ def bookmarks(userkey):
|
||||
# return render_template('bookmarks.html', bookmarks)
|
||||
#else:
|
||||
# abort(404)
|
||||
bookmarks = Bookmark.select(Bookmark.userkey == userkey)
|
||||
bookmarks = Bookmark.select().where(Bookmark.userkey == userkey)
|
||||
return render_template('bookmarks.html', bookmarks=bookmarks, userkey=userkey)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user