{% extends 'base.html' %} {% block content %}

Latest Photos

{% for photo in photos %}
{% csrf_token %}
X {% for field in photo.form %} {{ field.label_tag }} {{ field }} {% endfor %}
{% endfor %} {% endblock content %}