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

Describe

Pick or create a pack (optional)

If you would like to add all the selected files to a pack you can do so now. Pick an existing pack or create a new one by specifying its name. If you don't want to add the sounds to any pack leave this form empty. As before, you can change a file's pack at any time later on.

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