forked from potsda.mn/mobilizon
remove long description on start page for users, that are not logged in
This commit is contained in:
parent
f7749a1e2b
commit
45f030f227
|
@ -11,14 +11,6 @@
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
{{ config.slogan || $t("Gather ⋅ Organize ⋅ Mobilize") }}
|
{{ config.slogan || $t("Gather ⋅ Organize ⋅ Mobilize") }}
|
||||||
</h1>
|
</h1>
|
||||||
<p
|
|
||||||
v-html="
|
|
||||||
$t('Join <b>{instance}</b>, a Mobilizon instance', {
|
|
||||||
instance: config.name,
|
|
||||||
})
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<p class="instance-description">{{ config.description }}</p>
|
|
||||||
<!-- We don't invite to find other instances yet -->
|
<!-- We don't invite to find other instances yet -->
|
||||||
<!-- <p v-if="!config.registrationsOpen">
|
<!-- <p v-if="!config.registrationsOpen">
|
||||||
{{ $t("This instance isn't opened to registrations, but you can register on other instances.") }}
|
{{ $t("This instance isn't opened to registrations, but you can register on other instances.") }}
|
||||||
|
|
Loading…
Reference in a new issue