From 368f8b4de699cf516e9551857535c28165e093ba Mon Sep 17 00:00:00 2001 From: ngolp Date: Sun, 27 Oct 2024 12:28:10 -0400 Subject: [PATCH] Hacker table on admin dashboard can now be sorted by double clicking the headers. Spent a bit trying to implement this manually before learning about the sortable class. The more you know! --- goathacks/templates/admin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goathacks/templates/admin.html b/goathacks/templates/admin.html index 07a0073..ff5a99b 100644 --- a/goathacks/templates/admin.html +++ b/goathacks/templates/admin.html @@ -29,7 +29,7 @@

Registered Users

- +
@@ -107,6 +107,7 @@ {% endblock %}
Options