{% extends 'userena/site_signin.html' %} {% load grandchallenge_tags %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Sign In" %}{% endblock %} {% block content %}

Register or sign in

{% csrf_token %} {% if request.GET.next %} {% endif %}
{% csrf_token %} {% if request.GET.next %} {% endif %}

Sign in with email

{% csrf_token %}
{{ form | crispy }} {% if request.GET.next %} {% endif %}
{% csrf_token %} {% if request.GET.next %} {% endif %}
{% endblock %}