mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 19:37:42 +01:00
parent
7af9da4a58
commit
dd9b217fdf
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue