File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rest_framework/templates/rest_framework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
< div id ="div_id_username "
23
23
class ="clearfix control-group {% if form.username.errors %}error{% endif %} ">
24
24
< div class ="controls ">
25
- < Label class ="span4 "> Username:</ label >
25
+ < label class ="span4 "> Username:</ label >
26
26
< input style ="height: 25px " type ="text " name ="username " maxlength ="100 "
27
27
autocapitalize ="off "
28
28
autocorrect ="off " class ="span12 textinput textInput "
38
38
< div id ="div_id_password "
39
39
class ="clearfix control-group {% if form.password.errors %}error{% endif %} ">
40
40
< div class ="controls ">
41
- < Label class ="span4 "> Password:</ label >
41
+ < label class ="span4 "> Password:</ label >
42
42
< input style ="height: 25px " type ="password " name ="password " maxlength ="100 "
43
43
autocapitalize ="off " autocorrect ="off " class ="span12 textinput textInput "
44
44
id ="id_password " required >
You can’t perform that action at this time.
0 commit comments