{% extends 'base.html' %} {% load staticfiles %} {% block pluginstylesheet %} {% endblock %} {% block contenedor %}
Registro Persona
{% csrf_token %} {{ formulario.non_field_errors }} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
Ubicación {% include "form_snippet.html" with form=algo %}
Domicilio {% include "form_snippet.html" with form=domicilio %}
Registro Usuario {% include "form_snippet.html" with form=persona %}
{% include "form_snippet.html" with form=credencial %} Credencial
{% endblock %} {% block jsplugins %} {% endblock %} {% block jquery %} {% endblock %}