diff --git a/ietf/templates/base.html b/ietf/templates/base.html
index 30fb6e41f..06d64f685 100644
--- a/ietf/templates/base.html
+++ b/ietf/templates/base.html
@@ -84,7 +84,13 @@
{% endwith %}
- {% bootstrap_messages %}
+ {% comment %} {% bootstrap_messages %} {% endcomment %}
+ {% for message in messages %}
+
+ {% endfor %}
{% if request.COOKIES.left_menu != "off" and not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}