forked from rDrama/rDrama
1
0
Fork 0
Aevann 2024-02-01 02:32:30 +02:00
parent 33e922a9dd
commit 5b7d80db35
1 changed files with 6 additions and 0 deletions

View File

@ -12,7 +12,13 @@
<small class="form-text text-muted">Please enter a reason for reporting below.</small>
<input autocomplete="off" maxlength="100" id="reason_post" class="allow-emojis form-control b2 mt-1">
{{macros.emoji_btn('reason_post', 'reportPostModal')}}
{% if SITE_NAME == 'WPD' %}
<small class="form-text text-muted mt-3">
If you are reporting a repost, include a link to the original post. Reposts are allowed after 60 days unless they are in the famous videos list.
</small>
{% endif %}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
<button type="button" id="reportPostButton" class="btn btn-primary btn-danger" data-bs-dismiss="modal">Report post</button>