forked from MarseyWorld/MarseyWorld
cvvc
parent
7801cb81a0
commit
ae2ecacb37
|
@ -284,7 +284,7 @@
|
|||
<form id="post-edit-form-{{p.id}}" class="d-flex flex-column" action="/edit_post/{{p.id}}" method="post" class="input-group">
|
||||
<input type="hidden" name="formkey" value="{{v.formkey}}">
|
||||
<input type="hidden" name="current_page" value="{{request.path}}">
|
||||
<input name="title" required placeholder="title" value="{{title | safe}}" />
|
||||
<input name="title" required placeholder="title" value="{{p.title}}" />
|
||||
<textarea name="body" id="post-edit-box-{{p.id}}" form="post-edit-form-{{p.id}}" class="comment-box form-control rounded" aria-label="With textarea" placeholder="Add text to your post..." rows="10">{{p.body}}</textarea>
|
||||
<div class="comment-format">
|
||||
<small class="format pl-0"><i class="fas fa-bold" aria-hidden="true" onclick="makeBold('post-edit-box-{{p.id}}')" data-toggle="tooltip" data-placement="bottom" title="Bold"></i></small>
|
||||
|
|
Loading…
Reference in New Issue