one BIG button
This commit is contained in:
parent
b938f6786e
commit
5d997066de
1 changed files with 6 additions and 7 deletions
|
@ -20,8 +20,7 @@
|
||||||
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}"/>
|
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="btn-group col-12" role="group" data-toggle="buttons">
|
<div class="btn-group col-12" role="group" data-toggle="buttons">
|
||||||
<button class="col-4 btn btn-primary" type="submit">{% trans "Sign In" %}</button>
|
<button class="col-3 btn btn-primary" type="submit">{% trans "Sign In" %}</button>
|
||||||
<div class="col-1"></div>
|
|
||||||
<a class="col-3 btn btn-danger" href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
|
<a class="col-3 btn btn-danger" href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue