This commit is contained in:
TMA 2026-03-15 02:03:06 +01:00
parent 0c661a7724
commit 2c0c4a1a5a

View file

@ -154,10 +154,10 @@ ORDER BY vote_id" id)))
@h2{@,(row-fold* (lambda (title x) title) "" meeting-info) - Votes}
@form[
(action @,(string-append "/admin/meeting/" id "/vote"))
(method "POST")]
(method "POST")]{
@table{
@tr{ @th{"New Vote Title"} @th{}}
@tr{ @td{@input[(name "vote-title")]} @td{@input[(type "submit") (value "Create Vote")]}}}
@tr{ @th{@label[(for "vote-title")]{New Vote Title}} @th{}}
@tr{ @td{@input[(name "vote-title")]} @td{@input[(type "submit") (value "Create Vote")]}}}}
@table{
@tr{ @th{ID} @th{Title} @th{Start} @th{End} @th{Active} @th{Actions}}
@,@(row-map*