Massiv +
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
<h2>{{ t('login') }}</h2>
|
||||
<form method="post" action="{{ url_for('login') }}" class="form-grid">
|
||||
<label>
|
||||
{{ t('name') }}
|
||||
<input type="text" name="name" required />
|
||||
{{ t('group_name') }}
|
||||
<input type="text" name="group_name" required />
|
||||
</label>
|
||||
|
||||
<label>
|
||||
{{ t('event_password') }}
|
||||
<input type="password" name="event_password" required />
|
||||
{{ t('group_password') }}
|
||||
<input type="password" name="group_password" required />
|
||||
</label>
|
||||
|
||||
<button class="btn" type="submit">{{ t('login_submit') }}</button>
|
||||
|
||||
Reference in New Issue
Block a user