{% extends "base.html" %} {% block title %}New attachment{% endblock %} {% block content %}

Submit new attachment

{% csrf_token %} {{ form.file }} {{ form.file.errors }}
{% endblock %}