[Update] 部分view放到auth中

This commit is contained in:
ibuler
2020-06-03 11:06:44 +08:00
parent b1f5cc7728
commit 96551856a2
11 changed files with 47 additions and 21 deletions

View File

@@ -46,7 +46,7 @@
<div class="text-muted text-center">
<div>
<a href="{% url 'users:forgot-password' %}">
<a href="{% url 'authentication:forgot-password' %}">
<small>{% trans 'Forgot password' %}?</small>
</a>
</div>

View File

@@ -112,7 +112,7 @@
<button type="submit" class="btn btn-transparent">{% trans 'Login' %}</button>
</div>
<div style="text-align: center">
<a href="{% url 'users:forgot-password' %}">
<a href="{% url 'authentication:forgot-password' %}">
<small>{% trans 'Forgot password' %}?</small>
</a>
</div>