File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
rest_framework/templates/rest_framework Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 36
36
</ div >
37
37
</ div >
38
38
< div id ="div_id_password "
39
- class ="clearfix control-group {% if form.password.errors %}error{% endif %} ">
39
+ class ="clearfix control-group {% if form.password.errors %}error{% endif %} "
40
+ style ="margin-top: 10px ">
40
41
< div class ="controls ">
41
42
< label class ="span4 "> Password:</ label >
42
43
< input style ="height: 25px " type ="password " name ="password " maxlength ="100 "
55
56
< div class ="well well-small text-error " style ="border: none "> {{ error }}</ div >
56
57
{% endfor %}
57
58
{% endif %}
58
- < div class ="form-actions-no-box ">
59
+ < div class ="form-actions-no-box " style =" margin-top: 20px " >
59
60
< input type ="submit " name ="submit " value ="Log in " class ="btn btn-primary " id ="submit-id-submit ">
60
61
</ div >
61
62
</ form >
You can’t perform that action at this time.
0 commit comments