소스 검색

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…
취소
저장