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

Fill the form to add a new photo to the database.

{% csrf_token %} {{ form }}
{% endblock %}