SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c231f9a1 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

rearrange submission details template

parent c8ee015b
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,20 @@ ...@@ -45,8 +45,20 @@
</div> </div>
</div> </div>
{% endif %} {% endif %}
<!-- Right side column -->
<aside class="col-lg-4 order-2">
{% for invitation in invitations %}
{% include 'submissions/_refereeing_status_card.html' with invitation=invitation %}
{% endfor %}
{% include 'submissions/_submission_refereeing_history.html' with submission=submission %}
<div class="col-lg-8"> {% include 'submissions/_submission_quick_actions.html' with submission=submission %}
</aside>
<!-- End right side column -->
<div class="col-lg-8 order-1">
<!-- Notifications --> <!-- Notifications -->
{% if unfinished_report_for_user %} {% if unfinished_report_for_user %}
<div class="w-100"> <div class="w-100">
...@@ -117,8 +129,6 @@ ...@@ -117,8 +129,6 @@
> >
</div> </div>
{% include 'submissions/_submission_status.html' with submission=submission %}
{% if submission.editorial_decision %} {% if submission.editorial_decision %}
{% if is_author and submission.editorial_decision.status == submission.editorial_decision.AWAITING_PUBOFFER_ACCEPTANCE %} {% if is_author and submission.editorial_decision.status == submission.editorial_decision.AWAITING_PUBOFFER_ACCEPTANCE %}
<p> <p>
...@@ -136,8 +146,6 @@ ...@@ -136,8 +146,6 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
<br>
<hr>
{% if submission.author_comments %} {% if submission.author_comments %}
<h3>Author comments upon resubmission</h3> <h3>Author comments upon resubmission</h3>
<div class="blockquote"> <div class="blockquote">
...@@ -151,18 +159,10 @@ ...@@ -151,18 +159,10 @@
{% endif %} {% endif %}
</div> </div>
<div class="col-lg-4">
{% for invitation in invitations %}
{% include 'submissions/_refereeing_status_card.html' with invitation=invitation %}
{% endfor %}
{% include 'submissions/_submission_refereeing_history.html' with submission=submission %}
{% include 'submissions/_submission_quick_actions.html' with submission=submission %}
</div>
</div> </div>
{% include 'submissions/_submission_status.html' with submission=submission %}
{% if is_author %} {% if is_author %}
{% include 'submissions/_submission_author_information.html' with submission=submission %} {% include 'submissions/_submission_author_information.html' with submission=submission %}
{% elif is_ed_admin or can_read_editorial_information %} {% elif is_ed_admin or can_read_editorial_information %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment