switch speaker forms to vertical form
This commit is contained in:
parent
c8e0d667d5
commit
e126be16e3
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
{% block body %}
|
||||
{% box "speaker-profile" %}
|
||||
|
||||
<form method="POST" action="" enctype="multipart/form-data" class="form-horizontal">
|
||||
<form method="POST" action="" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<legend>{% trans "Create Speaker Profile" %}</legend>
|
||||
<fieldset>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% block body %}
|
||||
{% box "speaker-profile" %}
|
||||
|
||||
<form method="POST" action="" enctype="multipart/form-data" class="form-horizontal">
|
||||
<form method="POST" action="" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<legend>{% trans "Edit Speaker Profile" %}</legend>
|
||||
<fieldset>
|
||||
|
|
Loading…
Reference in a new issue