diff options
author | 2022-01-30 12:34:29 +0100 | |
---|---|---|
committer | 2022-01-30 12:34:29 +0100 | |
commit | d8c5571a266438d5e2e0c9fd4a35adf469688730 (patch) | |
tree | 751f00debfc9372f635e04ba9d5be12e08f8b547 /pydis_site/templates/resources | |
parent | Clean up hover effects. (diff) |
Support dashful redirects.
Previously, trying to go to `resources/project%20ideas` would crash
the filtering JS. This has now been sorted out, so that these types
of redirects have their spaces replaced by dashes, which makes them
valid again.
Diffstat (limited to 'pydis_site/templates/resources')
-rw-r--r-- | pydis_site/templates/resources/resources.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index 7a284fd6..4dd07270 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -7,7 +7,6 @@ {% block title %}Resources{% endblock %} {% block head %} <link rel="stylesheet" href="{% static "css/resources/resources.css" %}"> - <link rel="stylesheet" href="{% static "css/resources/resources_list.css" %}"> <link rel="stylesheet" href="{% static "css/content/page.css" %}"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script defer src="{% static "js/resources.js" %}"></script> |