/babillard -> /

This commit is contained in:
Swrup 2022-02-18 19:02:17 +01:00
parent 5785252c7f
commit c18825985f
4 changed files with 13 additions and 16 deletions

View file

@ -6,7 +6,7 @@ let f thread_view thread_id request =
% | Some _ ->
<div class="postForm">
<%s! Dream.form_tag ~action:( Format.sprintf "/reply/%s" thread_id)
<%s! Dream.form_tag ~action:( Format.sprintf "/%s" thread_id)
~enctype:`Multipart_form_data request %>
<label for="replyComment" id="replyCommentLabel" class="form-label">Comment:</label>