This commit is contained in:
Aevann1 2021-07-24 20:23:56 +02:00
parent 88ef4f242d
commit c617a274ad

View file

@ -13,10 +13,10 @@
<form id="report-post-form" method="post"> <form id="report-post-form" method="post">
<div class="modal-body"> <div class="modal-body">
<div class="h6">We're sorry something here is wrong.</div> <div class="h6">We're sorry something here is wrong.</div>
<small class="form-text text-muted">Please select a reason for flagging below.</small> <small class="form-text text-muted">Please enter a reason for flagging below.</small>
<input type="hidden" name="formkey" value="{{v.formkey}}"> <pre></pre>
<textarea id="reason" rows="1" class="form-control"></textarea> <input id="reason" class="form-control">
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-link text-muted" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-link text-muted" data-dismiss="modal">Cancel</button>
<button type="button" id="reportPostButton" class="btn btn-danger">Report post</button> <button type="button" id="reportPostButton" class="btn btn-danger">Report post</button>