From d9302434c2e91c204314efda981517ec55e88c0d Mon Sep 17 00:00:00 2001 From: Kamil Date: Wed, 11 Dec 2024 08:52:31 +0000 Subject: [PATCH] feat: add user management functionality for playlists with dynamic loading and confirmation prompts --- templates/partials/_add_remove_button.html | 114 ++++++++++++++++++++- 1 file changed, 110 insertions(+), 4 deletions(-) diff --git a/templates/partials/_add_remove_button.html b/templates/partials/_add_remove_button.html index 70d6faf..019cc25 100644 --- a/templates/partials/_add_remove_button.html +++ b/templates/partials/_add_remove_button.html @@ -13,9 +13,115 @@ {% endif %} {% if session['is_admin'] and item.can_remove %} - + + -{% endif%} \ No newline at end of file +{% endif%} +{% if session['is_admin'] and item.can_remove %} + +{% endif %} + + + \ No newline at end of file