{% extends "symposion/speakers/base.html" %} {% load i18n %} {% block head_title %}{% trans "Edit Speaker Profile" %}{% endblock %} {% block page_title %}{% trans "Edit Speaker Profile" %}{% endblock %} {% block proposals_body %}
{% csrf_token %}
{% include "_form_snippet.html" with form=speaker_form %} {% include "_form_btns.html" %}
{% endblock %}