Skip to content

Commit 1a585a0

Browse files
committed
Replace table with div. Commit ready for merge.
- Legacy-Id: 13129
1 parent d5d09e4 commit 1a585a0

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

ietf/templates/registration/login.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<div class="col-md-8 col-sm-12">
1313
<h1>Sign in</h1>
1414

15-
1615
<form method="post">
1716
{% csrf_token %}
1817
{% bootstrap_form form %}
@@ -24,17 +23,14 @@ <h1>Sign in</h1>
2423
{% endif %}
2524

2625
{% buttons %}
27-
<table class="col-md-12">
28-
<tr>
29-
<td >
30-
<button type="submit" class="btn btn-primary">Sign in</button>
31-
</td>
32-
<td >
33-
Forgot your password? <a href="{% url 'ietf.ietfauth.views.password_reset' %}">Request a reset</a>.
34-
</td>
35-
</tr>
36-
</table>
26+
<button type="submit" class="btn btn-primary">Sign in</button>
27+
28+
<div class="pull-right">
29+
Forgot your password?
30+
<a href="{% url 'ietf.ietfauth.views.password_reset' %}">Request a reset</a>.
31+
</div>
3732
{% endbuttons %}
33+
3834
</form>
3935
</div>
4036
<div class="col-md-2 col-sm-0"></div>

0 commit comments

Comments
 (0)