From edffbb72fb18e26dbd55d11a96f245589b6b639d Mon Sep 17 00:00:00 2001 From: ngolp Date: Thu, 17 Oct 2024 17:56:27 -0400 Subject: [PATCH] Basic implementation of searching by email. I'd like to expand this to searching by other column values as well if necessary, and I still need to add sorting. Also, "registered users" isn't perfectly centered (its pushed off just a bit by the search button). This commit is mainly so I can save my progress. --- goathacks/templates/admin.html | 43 +++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/goathacks/templates/admin.html b/goathacks/templates/admin.html index 410c36a..07a0073 100644 --- a/goathacks/templates/admin.html +++ b/goathacks/templates/admin.html @@ -14,7 +14,21 @@ {% block app_content %}
-

Registered Users

+ +
+ + + +

Registered Users

+
+ @@ -90,5 +104,32 @@
+ + {% endblock %}