Benutzer Bearbeitung hinzugefügt
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<select class="form-select" name="user_id" required>
|
||||
<option value="">Bitte waehlen</option>
|
||||
{% for user in users %}
|
||||
<option value="{{ user.id }}">{{ user.full_name }}</option>
|
||||
<option value="{{ user.id }}">{{ user.full_name.rsplit(' ', 1)[1] }}, {{ user.full_name.rsplit(' ', 1)[0] }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user