Skip to content

Commit

Permalink
Replace table with div. Commit ready for merge.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 13129
  • Loading branch information
larseggert committed Mar 25, 2017
1 parent d5d09e4 commit 1a585a0
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions ietf/templates/registration/login.html
Expand Up @@ -12,7 +12,6 @@
<div class="col-md-8 col-sm-12">
<h1>Sign in</h1>


<form method="post">
{% csrf_token %}
{% bootstrap_form form %}
Expand All @@ -24,17 +23,14 @@ <h1>Sign in</h1>
{% endif %}

{% buttons %}
<table class="col-md-12">
<tr>
<td >
<button type="submit" class="btn btn-primary">Sign in</button>
</td>
<td >
Forgot your password? <a href="{% url 'ietf.ietfauth.views.password_reset' %}">Request a reset</a>.
</td>
</tr>
</table>
<button type="submit" class="btn btn-primary">Sign in</button>

<div class="pull-right">
Forgot your password?
<a href="{% url 'ietf.ietfauth.views.password_reset' %}">Request a reset</a>.
</div>
{% endbuttons %}

</form>
</div>
<div class="col-md-2 col-sm-0"></div>
Expand Down

0 comments on commit 1a585a0

Please sign in to comment.