{% extends "base.html" %} {% block title %}Upload — {{ project.name }}{% endblock %} {% block page_header %}

Upload recording

Add audio to {{ project.name }}

{% endblock %} {% block content %}
What happens next

After upload you'll go straight to the waveform editor for this recording.

{% with fixed_project_id=project.id %} {% include "partials/upload_form.html" %} {% endwith %}
{% endblock %} {% block scripts %} {% endblock %}