aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-10-20 13:27:44 +0100
committerGravatar Gareth Coles <[email protected]>2019-10-20 13:27:44 +0100
commit3512a71bfe89a8efdf8be7ac917cbe13dfe132e2 (patch)
tree081b8f1341cd49ecf12cc50788a6ca52733d5c99 /pydis_site/templates/base
parentAllauth: Re-add GitHub provider, prevent GH signups (diff)
GH signup prevention, views and templates for settings pages
Diffstat (limited to 'pydis_site/templates/base')
-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 f1a3f928..bd0bab40 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -105,7 +105,7 @@
<div class="field navbar-item is-paddingless is-fullwidth is-grouped">
<button type="submit" class="button is-white is-inline is-fullwidth has-text-left is-size-navbar-menu has-text-grey-dark">Logout</button>
- <a title="Settings" class="button is-white is-inline has-text-right is-size-navbar-menu has-text-grey-dark" href="#">
+ <a title="Settings" class="button is-white is-inline has-text-right is-size-navbar-menu has-text-grey-dark" href="{% url "account_settings" %}">
<span class="is-icon">
<i class="fas fa-cog"></i>
</span>