From 9a5fd18843a96b1c5bcd20956c7f75c3882e5396 Mon Sep 17 00:00:00 2001 From: Vivaan Verma Date: Wed, 11 Aug 2021 12:49:24 +0100 Subject: feat: Make default options ticked when page loads --- pydis_site/templates/resources/resources.html | 102 +++++++++++++------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index 8105a557..edb968d7 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -9,43 +9,43 @@ {% endblock %} {% block content %} - {% include "base/navbar.html" %} - -
-
-
-

Resources

-
-
-
-

Search Options

- -
-
-
-
Topic
- - {% for topic in topics %} + {% include "base/navbar.html" %} + +
+
+
+

Resources

+
+
+
+

Search Options

+ +
+
+
+
Topic
+ + {% for topic in topics %}
- +
- {% endfor %} -
+ {% endfor %} +
Type
{% for tag_type in tag_types %}
- +
- {% endfor %} + {% endfor %}
@@ -53,12 +53,12 @@ {% for payment_tier in payment_tiers %}
- +
- {% endfor %} + {% endfor %}
@@ -66,27 +66,27 @@ {% for complexity in complexities %}
-
- {% endfor %} + {% endfor %}
-
- -
- - - - - - - -
-
-
-
+
+ +
+ + + + + + + +
+
+
+
{% if resources|length > 0 %}
-- cgit v1.2.3