Page notification messages improvements
[astakos] / snf-astakos-app / astakos / im / templates / im / signup.html
index 8e41245..eaeb5be 100644 (file)
@@ -1,16 +1,5 @@
 {% extends 'im/base_two_cols.html' %}
 
-{% block extra_messages %}
-    {% if not messages %}
-        {% for msg_type, msg in GLOBAL_MESSAGES.items %}
-            <li class="{{ msg_type }}">{{ msg|safe }}</li>
-        {% endfor %}
-        {% for msg_type, msg in SIGNUP_MESSAGES.items %}
-            <li class="{{ msg_type }}">{{ msg|safe }}</li>
-        {% endfor %}
-    {% endif %}
-{% endblock %}
-
 {% block page.title %}
     Signup
 {% endblock %}