move button outside form
This commit is contained in:
parent
096140b400
commit
d4e048999d
|
@ -1,15 +1,15 @@
|
||||||
<template>
|
<template>
|
||||||
|
<p>{{ i18n.ts.signupsDisabled }}</p>
|
||||||
|
<a href="https://calckey.org/join">
|
||||||
|
<MkButton rounded gradate
|
||||||
|
>{{ i18n.ts.findOtherInstance }}
|
||||||
|
</MkButton>
|
||||||
|
</a>
|
||||||
<form
|
<form
|
||||||
class="qlvuhzng _formRoot"
|
class="qlvuhzng _formRoot"
|
||||||
autocomplete="new-password"
|
autocomplete="new-password"
|
||||||
@submit.prevent="onSubmit"
|
@submit.prevent="onSubmit"
|
||||||
>
|
>
|
||||||
<p>{{ i18n.ts.signupsDisabled }}</p>
|
|
||||||
<a href="https://calckey.org/join">
|
|
||||||
<MkButton rounded gradate
|
|
||||||
>{{ i18n.ts.findOtherInstance }}
|
|
||||||
</MkButton>
|
|
||||||
</a>
|
|
||||||
<MkInput
|
<MkInput
|
||||||
v-if="instance.disableRegistration"
|
v-if="instance.disableRegistration"
|
||||||
v-model="invitationCode"
|
v-model="invitationCode"
|
||||||
|
|
Loading…
Reference in New Issue