Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-08-30 22:24:32 +00:00
parent 0ac1f9f7ba
commit 9dde97473c

View File

@ -121,18 +121,10 @@
<label>Message</label> <label>Message</label>
<textarea name="message" rows="6" class="tool-input" placeholder="Whats new in this release…"></textarea> <textarea name="message" rows="6" class="tool-input" placeholder="Whats 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 %} {% endif %}
<button class="btn btn-primary">Publish</button> <button class="btn btn-primary">Publish</button>