Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="card-title">{% trans "Reviews & assignees" %}</h2>
<div class="card-actions">
{% include 'review/includes/review_button.html' with submission=object class="grow" %}

{% if request.user.is_apply_staff and not object.reviews.exists %}
{% if request.user.is_apply_staff and object.reviews.exists %}
<a
href="{% url 'apply:submissions:reviews:list' submission_pk=object.id %}"
class="btn btn-outline grow"
Expand Down
Loading