diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 7166e652..0a8a2b17 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -55,13 +55,13 @@ {% endif %} {% endif %} +
  • Speakers
  • +
  • Sponsors
  • Contact
  • {% if user.is_authenticated %}
  • Profile
  • -
  • Logout
  • {% else %}
  • Login
  • -
  • Sign up
  • {% endif %} diff --git a/profiles/templates/profiles/profile_base.html b/profiles/templates/profiles/profile_base.html index c0f01798..bdf46633 100644 --- a/profiles/templates/profiles/profile_base.html +++ b/profiles/templates/profiles/profile_base.html @@ -13,6 +13,9 @@ Manage emails + + Logout + {% if user.is_authenticated and user.orders.exists %}