24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
<div class="modal fade" id="reportPostModal" tabindex="-1" role="dialog" aria-labelledby="reportPostModalTitle" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title">Report post</h5>
|
|
<button class="close" data-bs-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true"><i class="far fa-times"></i></span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="h6">We're sorry something here is wrong.</div>
|
|
<small class="form-text text-muted">Please enter a reason for reporting below.</small>
|
|
<pre></pre>
|
|
<input autocomplete="off" maxlength="100" id="reason_post" class="form-control b2">
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
|
|
<button id="reportPostButton" class="btn btn-danger" data-bs-dismiss="modal">Report post</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script defer src="/assets/js/report_post_modal.js?v=4002"></script> |