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