diff --git a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html index daffded1a393b671f7c90b589424a3da6e9952ef..dd1a194559f7856bc6a03c04e9aeffead7fbe16b 100644 --- a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html +++ b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html @@ -2,7 +2,6 @@ <div class="col mb-2"> <table class="mb-0"> <tbody> - <tr> <td> <strong class="text-primary">{{ productionstream.submission.title }}</strong> @@ -21,6 +20,9 @@ <small class="text-muted">To be published in</small> <br> {{ productionstream.submission.editorial_decision.for_journal }} + {% if productionstream.submission.proceedings %} + - {{ productionstream.submission.proceedings.event_suffix }} + {% endif %} </div> <div class="col"> <small class="text-muted">Acceptance date</small> @@ -28,7 +30,6 @@ {{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }} </div> </div> - </div> <div class="d-none d-md-block vr p-0 me-2"></div>