File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
junction/templates/profiles Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 31
31
< div class ="form-container space-2-bottom {% if form.errors %} has-error {% endif %} ">
32
32
< h2 class ="text-center "> Edit Profile</ h2 >
33
33
< div class ="pad-2 push-half-top push-2-bottom ">
34
- < p > {% block trans %} Add Your City and Contact Number:{% endblock %} </ p >
34
+ < p > {% block trans %} Add Your City and Contact Number: {% endblock %} </ p >
35
35
< form class ="form-horizontal login-form " method ="POST ">
36
36
{% csrf_token %}
37
- </ form >
38
-
37
+ < div class ="form-group ">
38
+ < label for ="city " class ="col-lg-4 control-label "> City :</ label >
39
+ < div class ="col-lg-8 ">
40
+ < input autofocus ="autofocus " name ="city " placeholder ="Enter Your City " type ="text ">
41
+ </ div >
42
+ </ div >
43
+ < div class ="form-group ">
44
+ < label for ="contact " class ="col-lg-4 control-label "> Contact :</ label >
45
+ < div class ="col-lg-8 ">
46
+ < input autofocus ="autofocus " name ="contact " placeholder ="Enter Your Contact No: " type ="text ">
47
+ </ div >
48
+ </ div >
49
+ < div class ="form-group ">
50
+ < div class ="col-lg-8 col-lg-offset-4 ">
51
+ < button class ="btn btn-primary " type ="submit ">
52
+ Submit
53
+ </ button >
54
+ </ div >
39
55
56
+ </ form >
57
+ </ div >
40
58
</ div >
41
59
</ div >
42
60
</ div >
43
- </ div >
44
61
45
62
46
63
{% endblock %}
You can’t perform that action at this time.
0 commit comments