Iscrizione Conacreis e Arcadei
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<div>
|
||||
<div class="text-center">
|
||||
<logo></logo>
|
||||
<CTitleBanner :title="$t('pages.SignUpArcadei')" :canopen="true" :visible="false">
|
||||
<CTitleBanner :title="$t('pages.SignUpArcadei')" :canopen="true" :visible="true">
|
||||
|
||||
<div class="q-gutter-xs" v-if="signup">
|
||||
|
||||
<p class="q-ml-md text-center">
|
||||
<!--<p class="q-ml-md text-center">
|
||||
Leggi
|
||||
<span class="underline"> <router-link to="/il-nostro-progetto" custom v-slot="{ navigate }">
|
||||
<span class="footer_link" @click="navigate" @keypress.enter="navigate" role="link">Il Nostro Progetto</span>
|
||||
</router-link></span>
|
||||
</p>
|
||||
</p>-->
|
||||
|
||||
<q-input
|
||||
v-model="signup.surname"
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
<br>
|
||||
|
||||
<div v-html="pagetesti_iscriz.content1"></div>
|
||||
<div v-if="pagetesti_iscriz" v-html="pagetesti_iscriz.content1"></div>
|
||||
<br>
|
||||
|
||||
<q-select
|
||||
@@ -292,7 +292,7 @@
|
||||
|
||||
<br>
|
||||
|
||||
<div v-html="pagetesti_iscriz.content2"></div>
|
||||
<div v-if="pagetesti_iscriz" v-html="pagetesti_iscriz.content2"></div>
|
||||
|
||||
<!--<CDate :mydate="signup.dateofbirth" @input="setDateOfBirth(arguments[0])"
|
||||
:rounded="true" :outlined="true"
|
||||
|
||||
@@ -632,7 +632,7 @@ const baseroutes: IListRoutes[] = [
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 150,
|
||||
order: 60,
|
||||
path: '/fundraising',
|
||||
materialIcon: 'fas fa-hand-holding-heart',
|
||||
name: 'pages.fundraising',
|
||||
|
||||
Reference in New Issue
Block a user