diff --git a/NEMO/templates/landing.html b/NEMO/templates/landing.html
index 64f4b951..bbdee176 100644
--- a/NEMO/templates/landing.html
+++ b/NEMO/templates/landing.html
@@ -42,7 +42,7 @@
{% endif %}
{% if r.title %}{{ r.title }}
{% endif %}
- {% if r.start < now %}You're late for your {{ r.reservation_item }} reservation!{% else %}{{ r.reservation_item }}{% endif %}{% if not r.confirmed %} - Awaiting Confirmation {% endif %}
+ {% if r.start < now %}You're late for your {{ r.reservation_item }} reservation!{% else %}{{ r.reservation_item }}{% endif %}{% if use_confirmation_system and not r.confirmed %} - Awaiting Confirmation {% endif %}
Starting on {{ r.start|date:"l, F jS @ g:i A" }}
Ending on {{ r.end|date:"l, F jS @ g:i A" }}