remotes/1693045480750635534/spooky-22
Aevann1 2022-01-11 19:42:56 +02:00
parent 4b85a811b5
commit b23f48d534
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ def post_pid_comment_cid(cid, pid=None, anything=None, v=None):
if comment.post and comment.post.club and not (v and (v.paid_dues or v.id in [comment.author_id, comment.post.author_id])): abort(403)
if not comment.parent_submission and not (v and (comment.author.id == v.id or comment.sentto == v.id)): abort(403)
if not comment.parent_submission and not (v and (comment.author.id == v.id or comment.sentto == v.id)) and not (v and v.admin_level > 1) : abort(403)
if not pid:
if comment.parent_submission: pid = comment.parent_submission

View File

@ -7,7 +7,7 @@
{% block PseudoSubmitForm %}{% endblock %}
{% block navbar %}
<div class="font-weight-bold py-3"></div>
<div class="font-weight-bold py-3"></div>
{% endblock %}
{% block content %}