aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-05-13 21:55:52 +0800
committerGravatar kosayoda <[email protected]>2021-05-13 21:55:52 +0800
commitf1153e6d4d31184dd28c16ed6c88981ad7c1ef17 (patch)
tree17b937b0321ac316f14af4954f131670d40f41ad /pydis_site/templates
parentAdd disclaimer for the redirects app. (diff)
Add privacy policy information and link.
This should be redirected to the notion page using our cloudflare worker.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 9751d569..ebafa269 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -79,7 +79,7 @@
<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">