Iscrizione Conacreis e Arcadei

This commit is contained in:
paoloar77
2022-10-29 17:05:19 +02:00
parent 392c8bb6af
commit e76db7467f
2 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -632,7 +632,7 @@ const baseroutes: IListRoutes[] = [
},
{
active: true,
order: 150,
order: 60,
path: '/fundraising',
materialIcon: 'fas fa-hand-holding-heart',
name: 'pages.fundraising',