From ee572e1f5948fa8312eb6cf244baf109ec93f778 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Sun, 3 Nov 2024 15:35:22 +0000 Subject: [PATCH] working on deletion functions --- templates/user_accounts.html | 78 +++++++++++++++++++++++------------- 1 file changed, 51 insertions(+), 27 deletions(-) diff --git a/templates/user_accounts.html b/templates/user_accounts.html index 32892f5..1474165 100644 --- a/templates/user_accounts.html +++ b/templates/user_accounts.html @@ -7,17 +7,15 @@ - - @@ -52,6 +44,7 @@ Stream URL Expiry Date Password + Actions @@ -62,8 +55,11 @@ {{ account.stream }} {{ account.streamURL }} {{ account.expiaryDate_rendered }} - - ******** + ******** + + {% endfor %} @@ -80,38 +76,66 @@ +