Update password reset link text for clarity in login template
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{{ form | crispy }}
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
<!-- <p><a href="{% url 'password_reset' %}">Reset password</a></p> -->
|
||||
Forgotten your password? <a href="{% url 'password_reset' %}">Reset it here.</a></p>
|
||||
{% if request.user.is_staff %}
|
||||
<p><a href="{% url 'password_change' %}">Change password</a></p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user