Spaces:
Running
Running
Update src/templates/dashboard/setup.html
Browse files
src/templates/dashboard/setup.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{% extends "base.html" %}
|
| 2 |
-
{% block title %}Setup Wizard -
|
| 3 |
-
{% block description %}Welcome to
|
| 4 |
-
{% block og_title %}Setup Wizard -
|
| 5 |
-
{% block og_description %}Welcome to
|
| 6 |
{% block keywords %}register, secure access, crypto dashboard, cryptovat, trading tools{% endblock %}
|
| 7 |
{% block extra_css %}
|
| 8 |
<style>
|
|
|
|
| 1 |
{% extends "base.html" %}
|
| 2 |
+
{% block title %}Setup Wizard - QuantVAT{% endblock %}
|
| 3 |
+
{% block description %}Welcome to QuantVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %}
|
| 4 |
+
{% block og_title %}Setup Wizard - QuantVAT{% endblock %}
|
| 5 |
+
{% block og_description %}Welcome to QuantVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %}
|
| 6 |
{% block keywords %}register, secure access, crypto dashboard, cryptovat, trading tools{% endblock %}
|
| 7 |
{% block extra_css %}
|
| 8 |
<style>
|