dfdf
This commit is contained in:
parent
88ef4f242d
commit
c617a274ad
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue