Skip to content

Commit 52a506e

Browse files
authored
Add files via upload
1 parent b76b1d0 commit 52a506e

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

src/templates/auth/login.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base.html" %}
2-
{% block title %}Login to Dashboard - CryptoVAT{% endblock %}
3-
{% block description %}Login to your CryptoVAT account to perform crypto cross-market, volume, and data-driven analysis daily for free.{% endblock %}
4-
{% block og_title %}Login to Dashboard - CryptoVAT{% endblock %}
2+
{% block title %}Login to Dashboard - QuantVAT{% endblock %}
3+
{% block description %}Login to your QuantVAT account to perform crypto cross-market, volume, and data-driven analysis daily for free.{% endblock %}
4+
{% block og_title %}Login to Dashboard - QuantVAT{% endblock %}
55
{% block og_description %}Login to your account to perform crypto cross-market, volume, and data-driven analysis daily for free.{% endblock %}
66
{% block keywords %}login, secure access, crypto dashboard, cryptovat, trading tools{% endblock %}
77
{% block content %}
@@ -36,4 +36,5 @@ <h1>🔐 Login to Your Account</h1>
3636
<a href="{{ url_for('auth.reset_password') }}" class="link" style="float:none;">Forgot Password?</a>
3737
</div>
3838
</div>
39+
{% include 'includes/partials/pwa_prompt.html' %}
3940
{% endblock %}

src/templates/auth/register.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% extends "base.html" %}
2-
{% block title %}Create New Account - CryptoVAT{% endblock %}
3-
{% block description %}Register new account to access CryptoVAT and start performing crypto cross-market analysis and generate PDF reports free
2+
{% block title %}Create New Account - QuantVAT{% endblock %}
3+
{% block description %}Register new account to access QuantVAT and start performing crypto cross-market analysis and generate PDF reports free
44
{% endblock %}
5-
{% block og_title %}Create New Account - CryptoVAT{% endblock %}
6-
{% block og_description %}Register new account to access CryptoVAT and start performing crypto cross-market analysis and generate PDF reports free{% endblock %}
5+
{% block og_title %}Create New Account - QuantVAT{% endblock %}
6+
{% block og_description %}Register new account to access QuanrVAT and start performing crypto cross-market analysis and generate PDF reports free{% endblock %}
77
{% block keywords %}register, secure access, crypto dashboard, cryptovat, trading tools{% endblock %}
88
{% block content %}
99
<div class="container">
@@ -36,4 +36,5 @@ <h1>📝 Create New Account</h1>
3636
<a href="{{ url_for('auth.login') }}" class="link" style="float:none;">Already have an account?</a>
3737
</div>
3838
</div>
39+
{% include 'includes/partials/pwa_prompt.html' %}
3940
{% endblock %}

src/templates/auth/reset.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% extends "base.html" %}
2-
{% block title %}Reset Password - CryptoVAT{% endblock %}
2+
{% block title %}Reset Password - QuantVAT{% endblock %}
33
{% block description %}You forgot your password right? Enter your email address below. Password reset link will be sent. Kindly check your spam box.
44
{% endblock %}
5-
{% block og_title %}Reset Password - CryptoVAT{% endblock %}
5+
{% block og_title %}Reset Password - QuantVAT{% endblock %}
66
{% 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 %}
77
{% block keywords %}register, secure access, reset password, crypto dashboard, cryptovat, trading tools{% endblock %}
88
{% block content %}

0 commit comments

Comments
 (0)