diff --git a/src/invidious_export_server/blueprints/control/templates/data_control.html b/src/invidious_export_server/blueprints/control/templates/data_control.html index 704bb8c..c3c94fe 100644 --- a/src/invidious_export_server/blueprints/control/templates/data_control.html +++ b/src/invidious_export_server/blueprints/control/templates/data_control.html @@ -4,6 +4,8 @@
There's not much left to manage.
+Here's what you should do:
Thank you for having an account with us.
+ +Questions? Contact here.
{% endblock %} \ No newline at end of file diff --git a/src/invidious_export_server/blueprints/control/templates/data_control_guest.html b/src/invidious_export_server/blueprints/control/templates/data_control_guest.html index eb41081..43d5673 100644 --- a/src/invidious_export_server/blueprints/control/templates/data_control_guest.html +++ b/src/invidious_export_server/blueprints/control/templates/data_control_guest.html @@ -7,6 +7,8 @@ {% if has_prefs %}However, you can still export your saved preferences for use with another Invidious instance.
+Here's what you should do:
Right now, you don't have anything to export.
{% endif %} +Questions? Contact here.
+ {% endblock %} \ No newline at end of file