Abbort Buttons and Paging of Tables turend of.

This commit is contained in:
gw3000 2023-07-29 11:06:00 +02:00
parent 04c5ace7ab
commit 14fc5b97c5
17 changed files with 23 additions and 23 deletions

View file

@ -21,7 +21,7 @@
{% endif %}
<div class="btn-group col-12" role="group" data-toggle="buttons">
<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>
<a class="col-5 btn btn-danger" href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
</div>
</form>
</div>