X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/21f89374bf3b8f9acebe14cc43a3fb7c0d4c3f81..8df55b7a996ee9ae45a372444aebbd9701c6eb92:/snf-astakos-app/astakos/im/templates/im/login_base.html diff --git a/snf-astakos-app/astakos/im/templates/im/login_base.html b/snf-astakos-app/astakos/im/templates/im/login_base.html index 4cfce43..33b1872 100644 --- a/snf-astakos-app/astakos/im/templates/im/login_base.html +++ b/snf-astakos-app/astakos/im/templates/im/login_base.html @@ -1,68 +1,50 @@ {% extends 'im/base_two_cols.html'%} -{% block extra_messages %} - {% if not messages %} - {% for msg_type, msg in GLOBAL_MESSAGES.items %} -
  • {{ msg|safe }}
  • - {% endfor %} - {% for msg_type, msg in LOGIN_MESSAGES.items %} -
  • {{ msg|safe }}
  • - {% endfor %} - {% endif %} -{% endblock %} - {% block signup_class %}hidden{% endblock %} -{% block page.title %} -Login -{% endblock %} +{% block page.title %}{% endblock %} -{% block body %} -
    - -
    -{% comment %}{% include "im/services_description.html" %}{% endcomment %} -{% endblock body %} +{% block body.left %} + + {% comment %}{% include "im/services_description.html" %}{% endcomment %} +{% endblock body.left %} -{% block body.right %} -
    - {% if "local" in im_modules %} -
    {% csrf_token %} -

    LOGIN

    - {% with login_form as form %} - {% include "im/form_render.html" %} - {% endwith %} - - -
    - {% endif %} - -
    - {% for o in im_modules %} -
    - {% if o != 'local' %} - LOGIN using +{% block body.right %} + {% if "local" in im_modules %} + + {% endif %} +
    + {% for o in im_modules %} +
    + {% if o != 'local' %} + LOGIN using {{ o }} - {% endif %} -
    - {% endfor %} + alt="{{ o|title }}">{{ o }} + {% endif %}
    - {% block body.signup %} - {% for o in im_modules %} - {% if o != 'local' %} -
    - {% endif %} {% endfor %} -
    - {% block body.login.signup %} - new to okeanos ? CREATE ACCOUNT - {% endblock %} -
    -
    - {% endblock %} -
    -{% endblock %} +

    + {% block body.signup %} + {% for o in im_modules %} + {% if o != 'local' %} + + {% endif %} + {% endfor %} +
    + {% block body.login.signup %} + new to okeanos ? CREATE ACCOUNT + {% endblock %} +
    + {% endblock body.signup %} + +{% endblock body.right%}