ソースを参照

Range form is no longer using form-horizontal

To avoid checkbox issue.
master
David Winterbottom 13年前
コミット
81e6c5d2ae
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      oscar/templates/oscar/dashboard/ranges/range_form.html

+ 1
- 1
oscar/templates/oscar/dashboard/ranges/range_form.html ファイルの表示

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

読み込み中…
キャンセル
保存