aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/navbar.html2
-rw-r--r--pydis_site/templates/home/index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 4cc49dc6..7d5119c7 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -76,7 +76,7 @@
<a class="navbar-item" href="{% url "content:page_category" location="frequently-asked-questions" %}">
FAQ
</a>
- <a class="navbar-item" href="{% url 'timeline' %}">
+ <a class="navbar-item" href="{% url 'home:timeline' %}">
Timeline
</a>
<a class="navbar-item" href="{% url "content:page_category" location="rules" %}">
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 18f6b77b..cbede038 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -17,7 +17,7 @@
<div class="message-body">
Thanks to all our members for helping us create this friendly and helpful community!
<br><br>
- As a nice treat, we've created a <a href="{% url 'timeline' %}">Timeline page</a> for people
+ As a nice treat, we've created a <a href="{% url 'home:timeline' %}">Timeline page</a> for people
to discover the events that made our community what it is today. Be sure to check it out!
</div>
</section>
@@ -108,7 +108,7 @@
</p>
<div class="buttons are-large is-centered">
- <a href="{% url 'timeline' %}" class="button is-primary">
+ <a href="{% url 'home:timeline' %}" class="button is-primary">
<span>Check it out!</span>
<span class="icon">
<i class="fas fa-arrow-right"></i>