File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 < li > < a rel ="nofollow " href ="/accounts/profile/ "> Edit profile</ a > </ li >
2020 {% else %}
2121 < li > < a rel ="nofollow " href ="/accounts/login/?next={{request.get_full_path|urlencode}} "> Sign in</ a > </ li >
22+ < li > < a rel ="nofollow " href ="/accounts/reset/ "> Password reset</ a > </ li >
2223 {% endif %}
2324 {% endif %}
2425
Original file line number Diff line number Diff line change @@ -15,7 +15,16 @@ <h1>Sign in</h1>
1515 {% bootstrap_form form %}
1616
1717 {% buttons %}
18- < button type ="submit " class ="btn btn-primary "> Sign in</ button >
18+ < table class ="col-md-12 ">
19+ < tr >
20+ < td >
21+ < button type ="submit " class ="btn btn-primary "> Sign in</ button >
22+ </ td >
23+ < td >
24+ Forgot your password? < a href ="{% url 'ietf.ietfauth.views.password_reset' %} "> Request a reset</ a > .
25+ </ td >
26+ </ tr >
27+ </ table >
1928 {% endbuttons %}
2029 </ form >
2130
You can’t perform that action at this time.
0 commit comments