2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Password reset templates

This commit is contained in:
Oliver Walters
2021-04-12 20:02:05 +10:00
parent a9d490b716
commit 12a4c22a9b
7 changed files with 268 additions and 0 deletions

View File

@ -89,6 +89,8 @@
<button class='pull-right btn btn-primary login-button' type="submit">{% trans "Login" %}</button>
</form>
<hr><br>
<p>{% trans "Forgotten your password?" %} - <a href='{% url "password_reset" %}'>{% trans "Click here to reset" %}</a></p>
</div>
</div>
</div>