password reset just one time

This commit is contained in:
gw3000 2023-12-26 21:18:21 +01:00
parent 5c4dd66934
commit efa096a575

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-5 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>