SciPost Code Repository

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

add proceedings issue to stream summary

parent f1031d68
No related branches found
No related tags found
1 merge request!43Polish up new production page
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<div class="col mb-2"> <div class="col mb-2">
<table class="mb-0"> <table class="mb-0">
<tbody> <tbody>
<tr> <tr>
<td> <td>
<strong class="text-primary">{{ productionstream.submission.title }}</strong> <strong class="text-primary">{{ productionstream.submission.title }}</strong>
...@@ -21,6 +20,9 @@ ...@@ -21,6 +20,9 @@
<small class="text-muted">To be published in</small> <small class="text-muted">To be published in</small>
<br> <br>
{{ productionstream.submission.editorial_decision.for_journal }} {{ productionstream.submission.editorial_decision.for_journal }}
{% if productionstream.submission.proceedings %}
- {{ productionstream.submission.proceedings.event_suffix }}
{% endif %}
</div> </div>
<div class="col"> <div class="col">
<small class="text-muted">Acceptance date</small> <small class="text-muted">Acceptance date</small>
...@@ -28,7 +30,6 @@ ...@@ -28,7 +30,6 @@
{{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }} {{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }}
</div> </div>
</div> </div>
</div> </div>
<div class="d-none d-md-block vr p-0 me-2"></div> <div class="d-none d-md-block vr p-0 me-2"></div>
......
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