File diff c6314ae230da → 1886323d7431
pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html
Show inline comments
...
 
@@ -26,7 +26,7 @@
 

	
 
    <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 %}