aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/navbar.html
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2022-01-27 10:21:38 +0100
committerGravatar Leon Sandøy <[email protected]>2022-01-27 10:21:38 +0100
commit231ed09ec52ca9c05bc5697310f49824f05ff63e (patch)
tree685bec68d01f0328d2d4622379a330ec0eaaed7b /pydis_site/templates/base/navbar.html
parentAdd a template tag for css-classifying things. (diff)
Add a FontAwesome token that we actually control.
Previously we were using some sort of borrowed token, but it seems to not be working anymore for local sessions, so let's just get rid of it.
Diffstat (limited to 'pydis_site/templates/base/navbar.html')
-rw-r--r--pydis_site/templates/base/navbar.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 18ff7efa..48ade189 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -67,9 +67,6 @@
<a class="navbar-item" href="{% url "resources:index" %}">
Resources
</a>
- <a class="navbar-item" href="{% url "resources:resources" %}">
- Tools
- </a>
<a class="navbar-item" href="{% url "events:index" %}">
Events
</a>