From 5b2c35437b3973fc3d9b4c9ba308ed575cbead66 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 6 Jun 2016 21:53:17 +0200 Subject: [PATCH] add calls for speakers and sponsors to menu --- bornhack/templates/base.html | 4 ++-- profiles/templates/profiles/profile_base.html | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 %}