Skip to content

Commit

Permalink
Link to restart copy editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccurley committed Mar 23, 2024
1 parent 86ffce3 commit fddb713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/templates/admin/final_review.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,11 @@ <h5 class="filename">{{name}}</h5>
<div class="resizer"></div>
<div class="resizable ps-3 right-column">
<div class="d-flex flex-column" style="height:90vh;">
<p>Status: {{paper.status.value}}, Venue: {{paper.journal}}, author email: {{paper.email}}</p>
<p>Status: {{paper.status.value}}, author email: {{paper.email}}</p>
{% if paper.status.name == 'COPY_EDIT_ACCEPT' %}
<p class="alert alert-success" role="alert">
This paper has been approved for publishing.
<a class="my-2 btn btn-warning" href="#" data-bs-toggle="modal" data-bs-target="#moreChangesModal">Request more changes</a>
</p>
{% else %}
<p class="alert alert-info alert-dismissible fade show mb-0" role="alert">
Expand Down

0 comments on commit fddb713

Please sign in to comment.