SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 3fb32b6d authored by Geert Kapteijns's avatar Geert Kapteijns
Browse files

Change references to new _header_as_table method

parent 419a19c6
No related branches found
No related tags found
No related merge requests found
...@@ -32,21 +32,21 @@ ...@@ -32,21 +32,21 @@
{% if comment.commentary %} {% if comment.commentary %}
<h1>The Commentary concerned:</h1> <h1>The Commentary concerned:</h1>
{{ commentary.header_as_table }} {{ commentary.header_as_table }}
<h3>Abstract:</h3> <h3>Abstract:</h3>
<p>{{ commentary.pub_abstract }}</p> <p>{{ commentary.pub_abstract }}</p>
{% endif %} {% endif %}
{% if comment.submission %} {% if comment.submission %}
<h1>The Submission concerned:</h1> <h1>The Submission concerned:</h1>
{{ submission.header_as_table }} {{ submission.header_as_table }}
<h3>Abstract:</h3> <h3>Abstract:</h3>
<p>{{ submission.abstract }}</p> <p>{{ submission.abstract }}</p>
{% endif %} {% endif %}
{% if comment.thesislink %} {% if comment.thesislink %}
<h1>The Thesis concerned:</h1> <h1>The Thesis concerned:</h1>
{{ thesislink.header_as_table }} {% include "theses/_header_as_table.html" with thesislink=thesislink %}
<h3>Abstract:</h3> <h3>Abstract:</h3>
<p>{{ thesislink.abstract }}</p> <p>{{ thesislink.abstract }}</p>
{% endif %} {% endif %}
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<table> <table>
<tr> <tr>
<td>Title: </td><td>&nbsp;</td><td>{{ title }}</td> <td>Title: </td><td>&nbsp;</td><td>{{ thesislink.title }}</td>
</tr> </tr>
<tr> <tr>
<td>Author: </td><td>&nbsp;</td><td>{{ author }}</td> <td>Author: </td><td>&nbsp;</td><td>{{ thesislink.author }}</td>
</tr> </tr>
<tr> <tr>
<td>As Contributor: </td><td>&nbsp;</td> <td>As Contributor: </td><td>&nbsp;</td>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<hr> <hr>
<div class="row"> <div class="row">
<div class="col-8"> <div class="col-8">
{{ thesislink_to_vet.header_as_table }} {% include "./_header_as_table.html" with thesislink=thesislink_to_vet %}
<br /> <br />
<h4>Abstract:</h4> <h4>Abstract:</h4>
<p>{{ thesislink_to_vet.abstract }}</p> <p>{{ thesislink_to_vet.abstract }}</p>
......
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