Add footer for onboarding extension page

This commit is contained in:
Carlos Quintana 2022-05-13 12:17:02 +02:00
parent 2e62a9f00c
commit bc48ec0e9f
No known key found for this signature in database
GPG Key ID: 15E73DCC410679F8
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
</div>
</div>
<div class="mt-9 text-center">
<p style="font-size: 1rem">For advanced options please use our <a href="{{ url_for("dashboard.index") }}">web dashboard</a></p>
</div>
</div>
{% endblock %}