Fix index.html error (#2923)

* Fix index.html error

* first install
This commit is contained in:
Arc 2025-02-04 11:53:08 +00:00 committed by GitHub
parent 7af9da4a58
commit dd9b217fdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{% extends "public.html" %} {% block page %}
{% extends "public.html" %} {% block page_container %}
<div class="row q-col-gutter-md justify-center main">
<div class="col-10 col-md-8 col-lg-6 q-gutter-y-md">
<q-card>

View file

@ -1,6 +1,6 @@
{% extends "public.html" %} {% block scripts %}
<script src="{{ static_url_for('static', 'js/index.js') }}"></script>
{% endblock %} {% block page %}
{% endblock %} {% block page_container %}
<div class="row q-col-gutter-md justify-center">
<div
v-if="isUserAuthorized"