{% extends 'webshop/base.html' %} {% block section_title %}Registration{% endblock %} {% block content %} {% if profile_form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

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