Ver código fonte

Range form is no longer using form-horizontal

To avoid checkbox issue.
master
David Winterbottom 13 anos atrás
pai
commit
81e6c5d2ae

+ 1
- 1
oscar/templates/oscar/dashboard/ranges/range_form.html Ver arquivo

@@ -27,7 +27,7 @@
27 27
 {% endblock header %}
28 28
 
29 29
 {% block dashboard_content %}
30
-<form action="." method="post" class="well form-horizontal">
30
+<form action="." method="post" class="well">
31 31
 	{% csrf_token %}
32 32
 	{% include "partials/form_fields.html" with form=form %}
33 33
 	{% block form_actions %}

Carregando…
Cancelar
Salvar