{% extends "basic_app/base.html" %} {% load staticfiles %} {% block body_block %}
{% if registered %}

Thank you for registering!

{% else %}

Register Here

Just fill out the form.

{% csrf_token %} {{ user_form.as_p }} {{ profile_form.as_p }}
{% endif %}
{% endblock %}