{% extends "all_content/base.html" %} {% block title %}Add image: {% endblock title %} {% block content %}

Add an image

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

{% endblock %}