aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Kieran Siek <[email protected]>2021-05-14 12:34:19 +0800
committerGravatar GitHub <[email protected]>2021-05-14 12:34:19 +0800
commit3506646251b03a13880f0a8e95256439dcdddab9 (patch)
tree975644cd1842760c7dfeb524b8237611f34f24e7 /pydis_site/templates
parentMerge pull request #478 from python-discord/content-migration (diff)
parentMake tests expect 302. (diff)
Merge pull request #485 from python-discord/ks129/dewikification/redirection
Dewikification - Implement redirections app
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/navbar.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 6c8d52a1..ebafa269 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -61,35 +61,35 @@
More
</a>
<div class="navbar-dropdown">
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "resources:index" %}">
Resources
</a>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "resources:resources" category="tools" %}">
Tools
</a>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "content:page_category" location="guides/pydis-guides/contributing"%}">
Contributing
</a>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "content:page_category" location="frequently-asked-questions" %}">
FAQ
</a>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "content:page_category" location="rules" %}">
Rules
</a>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "content:page_category" location="code-of-conduct" %}">
Code of Conduct
</a>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "content:page_category" location="privacy" %}">
Privacy
</a>
<hr class="navbar-divider">
<div class="navbar-item">
<strong>Events</strong>
</div>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "events:page" path="code-jams/7" %}">
Most Recent: Code Jam 7
</a>
- <a class="navbar-item" href="#">
+ <a class="navbar-item" href="{% url "events:index" %}">
All events
</a>
</div>