File diff c6314ae230da → 1886323d7431
pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html
Show inline comments
...
 
@@ -23,13 +23,13 @@
 
            <p>{{ speaker.email }} &mdash; {% trans 'pending invitation' %}</p>
 
        {% endif %}
 
    {% endfor %}
 

	
 
    <h3>{% trans 'Add another speaker' %}</h3>
 

	
 
    <form method="POST" action="" enctype="multipart/form-data">
 
    <form class="form-horizontal" method="POST" action="" enctype="multipart/form-data">
 
        {% csrf_token %}
 
        <fieldset>
 
          {% include "_form_snippet.html" with form=add_speaker_form %}
 
          <div class="btn-group">
 
              <input type="submit" value="Add speaker" class="btn btn-primary" />
 
          </div>