Register

{% if user.is_authenticated %} You are already registered! Logout

Return to the homepage.
{% else %} register here!
{% csrf_token %} {{ user_form.as_p }}
{% endif %}