{% extends 'main/base.html' %} {% block title %} Create a User Account {% endblock %} {% block content %} {% csrf_token %} {{ form.as_p }} {{ profile_form.as_p }} Register {% endblock %}