From d244bc936438e98a4c956cebf16f8c9a4b6dfd7d Mon Sep 17 00:00:00 2001 From: fisher60 Date: Tue, 3 Aug 2021 09:04:57 -0500 Subject: split up checkbox options in query params I have added functionality to the front end to split up the checkbox options into separate query params. This will make it easier to parse what has been selected. --- pydis_site/templates/resources/resources.html | 55 +++++++++++++++++---------- 1 file changed, 34 insertions(+), 21 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index e2275e89..f2d5a976 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -28,7 +28,7 @@ {% for topic in topics %}
@@ -41,7 +41,7 @@ {% for tag_type in tag_types %}
@@ -54,7 +54,7 @@ {% for payment_tier in payment_tiers %}
@@ -67,7 +67,7 @@ {% for complexity in complexities %}
@@ -124,32 +124,45 @@ {% endif %} {% endblock %} -- cgit v1.2.3