瀏覽代碼

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

Loading…
取消
儲存