This commit is contained in:
TMA 2026-03-15 11:20:03 +01:00
parent dfd1d76446
commit 4a92f010f7

View file

@ -227,10 +227,10 @@ meeting_id = $4"
`@div{ `@div{
@p{Members status updated successfully for meeting @,(identity id).} @p{Members status updated successfully for meeting @,(identity id).}
@a[(href @,(string-append "/admin/meeting/" id))]{Back to Meeting} @a[(href @,(string-append "/admin/meeting/" id))]{Back to Meeting}
})))) })))
(make-error-response (make-error-response
405 "The access method used to request the document is not supported." 405 "The access method used to request the document is not supported."
#:headers '(("Allow" . "POST")))) #:headers '(("Allow" . "POST")))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; /admin/meeting/:id/vote ;; /admin/meeting/:id/vote