File tree Expand file tree Collapse file tree
hypha/apply/review/templates/review Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ <h3 class="pb-1 mb-2 font-medium border-b text-h3 border-base-300">{% trans "Opi
7373
7474 < aside class ="flex flex-col gap-4 layout-sidebar ">
7575 < div class ="flex gap-3 justify-end items-start ">
76- {% if not perms.funds.change_review or request.user == review.author.reviewer %}
76+ {% if perms.funds.change_review or request.user == review.author.reviewer %}
7777 < a
7878 class ="btn btn-primary btn-sm "
7979 href ="{% url 'apply:submissions:reviews:edit' submission_pk=object.submission.id pk=object.id %} "
@@ -83,7 +83,7 @@ <h3 class="pb-1 mb-2 font-medium border-b text-h3 border-base-300">{% trans "Opi
8383 </ a >
8484 {% endif %}
8585
86- {% if not perms.funds.delete_review or request.user == review.author.reviewer %}
86+ {% if perms.funds.delete_review or request.user == review.author.reviewer %}
8787 < a
8888 class ="btn btn-error btn-outline btn-sm "
8989 href ="{% url 'apply:submissions:reviews:delete' submission_pk=object.submission.id pk=object.id %} "
You can’t perform that action at this time.
0 commit comments