Update web/templates/settings/home.html
This commit is contained in:
parent
0ac1f9f7ba
commit
9dde97473c
@ -121,18 +121,10 @@
|
||||
|
||||
<label>Message</label>
|
||||
<textarea name="message" rows="6" class="tool-input" placeholder="What’s new in this release…"></textarea>
|
||||
<label style="display:flex; gap:6px; align-items:center; margin-top:8px;">
|
||||
+ <input type="checkbox" name="is_active" checked> Active
|
||||
+ </label>
|
||||
|
||||
<div style="display:flex; gap:12px; align-items:center; flex-wrap:wrap;">
|
||||
<label style="display:flex; gap:6px; align-items:center;">
|
||||
<input type="checkbox" name="is_active" checked> Active
|
||||
</label>
|
||||
|
||||
<label>Start at</label>
|
||||
<input type="datetime-local" name="start_at">
|
||||
|
||||
<label>End at (optional)</label>
|
||||
<input type="datetime-local" name="end_at">
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<button class="btn btn-primary">Publish</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user