From b0d922c2b8599dee686f4b8eb61c9f126f232f75 Mon Sep 17 00:00:00 2001 From: Ritish Srivastava <121374890+Ritish134@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:42:14 +0530 Subject: [PATCH] Fixed members page responsiveness on smaller screens Added more search options button at smaller screens which expands for the other five input fields. closes #133 --- templates/members/index.html | 126 ++++++++++++++++++++++++++--------- 1 file changed, 95 insertions(+), 31 deletions(-) diff --git a/templates/members/index.html b/templates/members/index.html index 036001b..70ae648 100644 --- a/templates/members/index.html +++ b/templates/members/index.html @@ -76,41 +76,105 @@

{{total}} registered alumni {% endif %} -
+
{% csrf_token %} -
- - +
+
+ +
+
+ +
-
- - - - - +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
@@ -235,4 +299,4 @@

{% include 'globals/footer.html' %} -{% endblock %} \ No newline at end of file +{% endblock %}