{% extends "sphene/community/base.html" %} {% load i18n %} {% block content %}

{% trans "Please Enter your email address. You will then receive a URL to continue registration." %}

{% csrf_token %} {{ form }}
{% endblock %}