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

Create an account on {{ request.site.name }}


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