mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
6 lines
299 B
HTML
6 lines
299 B
HTML
<div class="form-group mb-3">
|
|
<label class="form-label">{{ label }}</label>
|
|
<input {% if not null %}required{% endif %} type="{{ input_type }}" class="form-control" name="{{ name }}"
|
|
placeholder="{{ placeholder }}" {% if disabled %}disabled{% endif %} value="{{ value }}">
|
|
</div>
|