diff --git a/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html b/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html index 4445933e1c5fb3a4a6e1734ce4878dc3d707b569..3e0dde29a062c20a4a98773e7549d2ed5822b964 100644 --- a/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html +++ b/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html @@ -6,14 +6,7 @@ {% block head_title %}{% trans 'Proposal:' %} {{ proposal.title }}{% endblock %} {% block proposals_body %} -

- -

- {% trans 'Edit proposal' %} - -

- -

{% trans 'Current Speakers' %}

+

{% trans 'Current Speakers' %}

{% for speaker in speakers %} {% if speaker.user %} @@ -23,15 +16,14 @@ {% endif %} {% endfor %} -

{% trans 'Add another speaker' %}

+

{% trans 'Add another speaker' %}

{% csrf_token %}
{% include "_form_snippet.html" with form=add_speaker_form %} -
- -
+ + {% trans 'Cancel' %}
{% endblock %}