{% extends "../baseOffline.html" %} {% load static %} {% load project_extras %} {% block otherCSS %}{% endblock %} {% block title %} Sign in {% endblock %} {% block content %}
{% if PLATFORM == 'TEST' %}

{% else %} {% if redirectUrl %}{% else %}{% endif %} {% csrf_token %}
{{ form.email }}
{{ form.password }}
{% if error %}
{{ errorMsg }}
{% endif %} {% endif %}
{% comment %}


{% endcomment %}

Still no account? Please go to Sign up

Forgot password ? Reset


Continue as guest

{% include "dist/project/auth/authFooter.html" %}
{% endblock %} {% block otherJS %}{% endblock %}