Skip to content

Commit

Permalink
Moved project_approval_detail page changes to another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsajan0 committed Jul 12, 2023
1 parent 54aa657 commit 8ae5927
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h4>{% trans "Submission lead" %}</h4>
<p>{{ project.submission.lead }}</p>

<h4>{% trans "Reviews" %}</h4>
<h5>{% trans "Staff reviewers" %}</h5>
<h5>{% trans "Staff Reviewers" %}</h5>
{% for review in project.submission.reviews.by_staff %}
<div class="card__reviewer-outcome">
<span class="card__reviewer">
Expand All @@ -122,7 +122,7 @@ <h5>{% trans "Staff reviewers" %}</h5>
{% empty %}
{% trans "No reviews" %}
{% endfor %}
<h5>{% trans "Advisory council" %}</h5>
<h5>{% trans "External Reviewers" %}</h5>
{% for review in project.submission.reviews.by_reviewers %}
<div class="card__reviewer-outcome">
<span class="card__reviewer">
Expand Down

0 comments on commit 8ae5927

Please sign in to comment.