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