feat: 支持修改忘记密码重置密码的连接 (#5700)

perf: 优化代码暗示

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2021-03-10 11:21:12 +08:00
committed by GitHub
parent 81170b4b7b
commit 7b2f813e7f
10 changed files with 122 additions and 104 deletions

View File

@@ -163,7 +163,7 @@
{% endif %}
</div>
<div class="col-md-6">
<a id="forgot_password" href="{% url 'authentication:forgot-password' %}" style="float: right">
<a id="forgot_password" href="{{ forgot_password_url }}" style="float: right">
<small>{% trans 'Forgot password' %}?</small>
</a>
</div>