"Improve database structure and templates for user login"
This commit is contained in:
@@ -445,12 +445,12 @@
|
||||
<!-- Drucker -->
|
||||
<div>
|
||||
<label for="{{ form.printer_id.id if form else 'printer_id' }}" class="block text-sm font-medium text-mercedes-black dark:text-slate-300 mb-2">
|
||||
Gewünschter Drucker *
|
||||
Gewünschter Drucker
|
||||
</label>
|
||||
{% if form %}
|
||||
{{ form.printer_id(class="mercedes-form-input block w-full px-4 py-3", required="required") }}
|
||||
{{ form.printer_id(class="mercedes-form-input block w-full px-4 py-3") }}
|
||||
{% else %}
|
||||
<select id="printer_id" name="printer_id" required class="mercedes-form-input block w-full px-4 py-3">
|
||||
<select id="printer_id" name="printer_id" class="mercedes-form-input block w-full px-4 py-3">
|
||||
<option value="">Drucker auswählen...</option>
|
||||
<option value="1">Prusa i3 MK3S+ (PLA/PETG)</option>
|
||||
<option value="2">Ultimaker S3 (PLA/ABS/PETG)</option>
|
||||
|
Reference in New Issue
Block a user