remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 20:23:56 +02:00
parent a42cdab3c4
commit b2e1305871
1 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@
<form id="report-post-form" method="post">
<div class="modal-body">
<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>
<input type="hidden" name="formkey" value="{{v.formkey}}">
<textarea id="reason" rows="1" class="form-control"></textarea>
</div>
<small class="form-text text-muted">Please enter a reason for flagging below.</small>
<pre></pre>
<input id="reason" class="form-control">
</div>
<div class="modal-footer">
<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>