Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -64,14 +64,14 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="static_data.functionality.ENABLE_REGISTRATION && showregbutt && static_data.functionality.ENABLE_REG_BY_BOT"
|
||||
v-if="site.confpages.enableReg && showregbutt && site.confpages.enableRegByBot"
|
||||
style="margin-top:10px; text-align: center;">
|
||||
Se non sei ancora Registrato:<br>
|
||||
<q-btn type="a" rounded size="md" color="primary" href="/bot" :label="$t('reg.submit')">
|
||||
</q-btn>
|
||||
</div>
|
||||
<div
|
||||
v-else-if="static_data.functionality.ENABLE_REGISTRATION && showregbutt"
|
||||
v-else-if="site.confpages.enableReg && showregbutt"
|
||||
style="margin-top:10px; text-align: center;">
|
||||
Se non sei ancora Registrato:<br>
|
||||
<q-btn rounded size="md" color="primary" to="/signup" :label="$t('reg.submit')">
|
||||
|
||||
Reference in New Issue
Block a user