diff --git a/django/didgeridoo/webshop/templates/webshop/base.html b/django/didgeridoo/webshop/templates/webshop/base.html index fa6b702..cf6c6e2 100644 --- a/django/didgeridoo/webshop/templates/webshop/base.html +++ b/django/didgeridoo/webshop/templates/webshop/base.html @@ -4,6 +4,12 @@
+ Home | + {% if user.is_authenticated %} + Profile | Logout + {% else %} + Login + {% endif %}

{% block section_title %}Music Instrument Shop{% endblock %}

{% block content %}{% endblock %}