remove /add_plant, add /plants, a board to replace it

This commit is contained in:
Swrup 2022-01-12 19:34:55 +01:00
parent 0b7983ed6c
commit 8332a16209
13 changed files with 168 additions and 158 deletions

View file

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