confirmation modal before deleting bookmarks

This commit is contained in:
Jakob Ketterl
2021-03-28 16:51:34 +02:00
parent a86a2f31cd
commit af211739fb
4 changed files with 43 additions and 6 deletions

View File

@ -20,7 +20,7 @@ class BookmarksController(AuthorizationMixin, WebpageController):
bookmarks = Bookmarks.getSharedInstance()
return """
<table class="table bookmarks" data-modes='{modes}'>
<table class="table" data-modes='{modes}'>
<tr>
<th>Name</th>
<th class="frequency">Frequency</th>