Spaces:
Running
Running
Update src/templates/auth/reset.html
Browse files
src/templates/auth/reset.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{% extends "base.html" %}
|
| 2 |
-
{% block title %}Reset Password -
|
| 3 |
{% block description %}You forgot your password right? Enter your email address below. Password reset link will be sent. Kindly check your spam box.
|
| 4 |
{% endblock %}
|
| 5 |
-
{% block og_title %}Reset Password -
|
| 6 |
{% block og_description %}You forgot your password right? Enter your email address below. Password reset link will be sent. Kindly check your spam box.{% endblock %}
|
| 7 |
{% block keywords %}register, secure access, reset password, crypto dashboard, cryptovat, trading tools{% endblock %}
|
| 8 |
{% block content %}
|
|
|
|
| 1 |
{% extends "base.html" %}
|
| 2 |
+
{% block title %}Reset Password - QuantVAT{% endblock %}
|
| 3 |
{% block description %}You forgot your password right? Enter your email address below. Password reset link will be sent. Kindly check your spam box.
|
| 4 |
{% endblock %}
|
| 5 |
+
{% block og_title %}Reset Password - QuantVAT{% endblock %}
|
| 6 |
{% block og_description %}You forgot your password right? Enter your email address below. Password reset link will be sent. Kindly check your spam box.{% endblock %}
|
| 7 |
{% block keywords %}register, secure access, reset password, crypto dashboard, cryptovat, trading tools{% endblock %}
|
| 8 |
{% block content %}
|