forked from brmlab/brmelect-github
fix
This commit is contained in:
parent
dfd1d76446
commit
4a92f010f7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue