{% extends "base.html" %} {% block title %}Welcome to {{ program_name }}{% endblock %} {% block content %} {% csrf_token %} Welcome to {{ program_name }} Welcome to {{ program_name }}. We need a bit more information in order to set up your account. Your Details First name: {{ user_details_form.first_name }} {{ user_details_form.first_name.errors }} Last name: {{ user_details_form.last_name }} {{ user_details_form.last_name.errors }} Next chevron_right {% endblock %}
Welcome to {{ program_name }}. We need a bit more information in order to set up your account.