{% extends 'core/base.html' %} {% block head_title %}Banking System{% endblock %} {% block content %} {% if registration_form.non_field_errors %} {% for error in registration_form.non_field_errors %}
Error!
{{ error }}