aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-30 17:48:07 +0200
committerGravatar ks129 <[email protected]>2020-10-30 17:48:07 +0200
commitf9dd3a68468043b884821f7977c92fc17a7ef04d (patch)
treee4be903a75736fa7df03a4bf31ab81d2713357ad /pydis_site/templates
parentMerge remote-tracking branch 'up/dewikification' into guides-app (diff)
Let Django generate URL for guides section of resources index
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/resources/resources.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html
index 6eb32c97..5be090dd 100644
--- a/pydis_site/templates/resources/resources.html
+++ b/pydis_site/templates/resources/resources.html
@@ -15,7 +15,7 @@
<h1>Resources</h1>
<div class="tile is-ancestor">
- <a class="tile is-parent" href="/articles/category/guides">
+ <a class="tile is-parent" href="{% url "content:category" category="guides" %}">
<article class="tile is-child box hero is-primary is-bold">
<p class="title is-size-1"><i class="fad fa-info-circle" aria-hidden="true"></i> Guides</p>
<p class="subtitle is-size-4">Made by us, for you</p>