{% extends "Login_app/base.html" %} {% load static %} {% block body_block %} {% if registered %}
Congratulations! Registration Successful!
{% else %}
{{ user_form.as_p }} {{ user_info_form.as_p }} {% csrf_token %}
{% endif %} {% endblock %}