mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
8 lines
155 B
Text
8 lines
155 B
Text
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
To reset or change your password, please click on this link:
|
|
|
|
{{reset_password_link}}
|
|
|
|
{% endblock %}
|