From 10ddcbea3732b1c066458aea533480f2bb399ef5 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 15 May 2018 20:17:53 +0100 Subject: Add snowflake index on oauth_data and use it for deletions We were using id previously, but that was no longer the correct key --- templates/main/navigation.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/main/navigation.html b/templates/main/navigation.html index a615468e..8333fd18 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -48,19 +48,19 @@
  • Information
  • {% endif %} - {% if current_page == "info/jams" %} + {% if current_page == "info.jams" %}
  • Code Jams
  • {% else %}
  • Code Jams
  • {% endif %} - {% if current_page == "info/help" %} + {% if current_page == "info.help" %}
  • Getting Help
  • {% else %}
  • Getting Help
  • {% endif %} - {% if current_page == "info/resources" %} + {% if current_page == "info.resources" %}
  • Resources
  • {% else %}
  • Resources
  • @@ -72,19 +72,25 @@
  • About
  • {% endif %} - {% if current_page == "about/partners" %} + {% if current_page == "about.partners" %}
  • Partners
  • {% else %}
  • Partners
  • {% endif %} - {% if current_page == "about/rules" %} + {% if current_page == "about.rules" %}
  • Server Rules
  • {% else %}
  • Server Rules
  • {% endif %}
  • + + {% if current_page.startswith("about.privacy") %} +
  • Privacy
  • + {% else %} +
  • Privacy
  • + {% endif %} -- cgit v1.2.3