Merged in [13129] from lars@netapp.com:
Replace table with div. - Legacy-Id: 13161 Note: SVN reference [13129] has been migrated to Git commit 1a585a0f5b37976e1a3d6bed982a88984ac2cfa5
This commit is contained in:
parent
69c9d25022
commit
59d310d57c
|
@ -12,7 +12,6 @@
|
|||
<div class="col-md-8 col-sm-12">
|
||||
<h1>Sign in</h1>
|
||||
|
||||
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{% bootstrap_form form %}
|
||||
|
@ -24,17 +23,14 @@
|
|||
{% 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>
|
||||
|
|
Loading…
Reference in a new issue