one BIG button

This commit is contained in:
gw3000 2023-07-28 17:09:36 +02:00
parent b938f6786e
commit 5d997066de

View file

@ -20,8 +20,7 @@
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}"/>
{% endif %}
<div class="btn-group col-12" role="group" data-toggle="buttons">
<button class="col-4 btn btn-primary" type="submit">{% trans "Sign In" %}</button>
<div class="col-1"></div>
<button class="col-3 btn btn-primary" type="submit">{% trans "Sign In" %}</button>
<a class="col-3 btn btn-danger" href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
</div>
</form>