{% extends "base.html" %} {% load display_license_form %} {% block title %}{{ block.super }}Describe - pick license{% endblock %} {% block content %}

Describe

Pick a license

This license will be applied to all the files you've selected, but don't worry, you can always change this later.

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