diff --git a/tpl/base.html b/tpl/base.html
index 6b5dc76..b156b79 100644
--- a/tpl/base.html
+++ b/tpl/base.html
@@ -55,18 +55,21 @@
@@ -77,7 +80,9 @@
Your Booking
{% endif %}
Nose Count
- Logout
+ {% if order %}
+ Logout
+ {% endif %}
{% block main %}{% endblock %}