From d43ce053f053d2cc663575bcaf9136d6c0c6eec1 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 19 May 2018 20:23:42 +0100 Subject: Update nav/privacy policy --- templates/main/about/privacy.html | 10 ++++++++++ templates/main/navigation.html | 10 ++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/main/about/privacy.html b/templates/main/about/privacy.html index 1a3260a1..870b75a8 100644 --- a/templates/main/about/privacy.html +++ b/templates/main/about/privacy.html @@ -53,6 +53,16 @@
  • An access token and refresh token
  • +

    + Should you set up your code jam profile, we additionally collect... +

    + + +

    How We Use Your Data diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 4e2ed369..3130747b 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -102,9 +102,15 @@ {% endif %} {% if current_page == "main.jams.index" %} -
  • Info
  • +
  • All Jams
  • {% else %} -
  • Info
  • +
  • All Jams
  • + {% endif %} + + {% if current_page == "main.jams.profile" %} +
  • My Profile
  • + {% else %} +
  • My Profile
  • {% endif %}
  • -- cgit v1.2.3