{% extends "plain.html" %} {% block htmlbody %}
{% if created %}

Your account has been created. Please log in here.

{% else %}
Create an account {{ form.as_p }}

{% endif %}
{% endblock %}