Fix Registration
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user