Fix Registration

This commit is contained in:
Surya Paolo
2022-12-17 14:12:04 +01:00
parent 2b44dfbcb6
commit 3c2fc4c806
33 changed files with 512 additions and 376 deletions

View File

@@ -696,23 +696,10 @@
<q-btn flat round color="white" icon="close" v-close-popup></q-btn>
</q-toolbar>
<q-card-section class="inset-shadow">
<q-banner
rounded
class="bg-green text-white"
style="text-align: center"
>
<em style="font-weight: bold">Disclaimer:</em><br />
</q-banner>
<div v-html="t('circuit.disclaimer')"></div>
</q-card-section>
<q-card-section class="inset-shadow">
<q-banner
rounded
class="bg-green text-white"
style="text-align: center"
>
<em style="font-weight: bold">Regolamento interno:</em><br />
</q-banner>
<div style="font-weight: bold; font-size: 1.25rem;">Regolamento:</div>
<div v-html="circuit.regulation"></div>
</q-card-section>
<q-card-actions align="center">
@@ -732,10 +719,8 @@
"
/>
<q-btn
flat
round
color="negative"
:label="$t('friends.refuse')"
outline
:label="$t('dialog.cancel')"
icon="close"
v-close-popup
></q-btn>