aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-05-13 21:00:15 +0800
committerGravatar kosayoda <[email protected]>2021-05-13 21:00:15 +0800
commitaff95b1fb984a08cd520d0c010fca216f1f6db14 (patch)
treeb3b761db6a5f97e6aa4ebe9992f7b2ced0710d07 /pydis_site
parentAdd content app redirects. (diff)
Route navbar links to their new locations.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/base/navbar.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 6c8d52a1..9751d569 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -61,22 +61,22 @@
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="#">
@@ -86,10 +86,10 @@
<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>