{% extends "base.html" %} {% block interface %}
{% include "_navigation.html" %}

Crear Nueva Cuenta

{% csrf_token %} {{ form.as_p }}
{% endblock %}