浏览代码

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

正在加载...
取消
保存