frontend usereditform locale
This commit is contained in:
@@ -186,7 +186,9 @@
|
||||
{:else if localUser}
|
||||
<form class="content" action="?/updateUser" method="POST" use:enhance={handleUpdate}>
|
||||
<input name="user[id]" type="hidden" bind:value={localUser.id} />
|
||||
<h1 class="step-title" style="text-align: center;">{$t('user.edit')}</h1>
|
||||
<h1 class="step-title" style="text-align: center;">
|
||||
{localUser.id ? $t('user.edit') : $t('user.create')}
|
||||
</h1>
|
||||
{#if form?.success}
|
||||
<h4
|
||||
class="step-subtitle warning"
|
||||
|
||||
Reference in New Issue
Block a user