Merge branch 'master' of https://code.grnet.gr/git/astakos
[astakos] / snf-astakos-app / astakos / im / templates / im / signup.html
index c7194b1..eaeb5be 100644 (file)
@@ -1,26 +1,13 @@
 {% 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 %}
 
-{% block body %}
-<div class="section">
-    <img class="pic" src="{{ IM_STATIC_URL }}images/pictures/signup_pic.png" />
-</div>
+{% block body.left %}
+    <img class="pic" src="{{ IM_STATIC_URL }}images/pictures/accounts_3.png" />
 {% comment %}{% include "im/services_description.html" %}{% endcomment %}
-{% endblock body %}
+{% endblock body.left %}
 
 {% block body.right %}
     {% if "local" in im_modules %}