{% extends "sounds/_section.html" %} {% load display_license_form %} {% load google_maps %} {% block title %}"editing {{sound.original_filename}}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block section_content %}

Edit Sound

Sound description

{% csrf_token %} {{description_form.name.errors}}

Name:
{{description_form.name}}

{{description_form.tags.errors}}

Tags: {{description_form.tags.help_text|safe}}
{{description_form.tags}}

{{description_form.description.errors }}

Description:
{{description_form.description }}

The sound contains explicit content: {{description_form.is_explicit }} {% if sound.is_explicit %}(to remove this flag, please send a support request){% endif %}

Sound sources

If you used other Freesound sounds in the process of creating this one you can mark the source sounds on the next page. If you do, other people can click through the remix graph and browse Freesound like this.

Edit sound sources

Sound license

{% csrf_token %} {{ license_form.as_p }}

Pack

{% csrf_token %} {{pack_form.as_p}}

Geotag

{% csrf_token %}

Drag this map to set the geotag:

{{geotag_form.as_p}}

Delete

Delete this sound

{% endblock section_content %}