{% extends "sounds/_section.html" %} {% load display_sound %} {% block head %} {{ block.super }} {% endblock head %} {% block title %}Editing remixes of {{sound.original_filename}}{% endblock title %} {% block section_content %}

Editing sources of {{sound.original_filename}}

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

Hint: if you know the id of the file you are looking for, search for the id. The id of sounds can be found as the first part of the sound filename.
When you are ready click the "save..." button to save your sources and then go back to the sound edit page.

Go back to edit page

Search results:

Current sources:

{% for source in current_sources %} {% display_raw_sound source %} {% endfor %}

{% endblock section_content %}