{% extends "base.html" %} {% block title %}Subir foto{% endblock %}
{% block header %}Paso 2: sube tu foto{% endblock %}
{% block content %}
{{ form.as_table }}

{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}