fix: update password reset link

wip-forget-password
Hostea dashboard 2022-07-10 12:31:41 +05:30
parent 418bb7dec0
commit 060e9b84d4
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
/>
</label>
<div class="form__action-container">
<a href="/forgot-password">Forgot password?</a>
<a href="{% url 'accounts.password.reset.new' %}">Forgot password?</a>
<button class="form__submit" type="submit">Login</button>
</div>
</form>