switch speaker forms to vertical form

This commit is contained in:
Luke Hatcher 2012-07-13 00:34:07 -04:00
parent c8e0d667d5
commit e126be16e3
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>