SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 8376592e authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Fix preprint pdf link. resolves #34

parent b925a500
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<tr> <tr>
<td>Arxiv Link:</td> <td>Arxiv Link:</td>
<td> <td>
<a href="{{ submission.preprint.url }}" target="_blank">{{ submission.preprint.url }}</a>&emsp;(<a href="{{ submission.preprint.url }}/pdf" target="_blank">pdf</a>) <a href="{{ submission.preprint.url }}" target="_blank">{{ submission.preprint.url }}</a>&emsp;(<a href="{{ submission.preprint.citation_pdf_url }}" target="_blank">pdf</a>)
</td> </td>
</tr> </tr>
{% elif submission.preprint.get_absolute_url %} {% elif submission.preprint.get_absolute_url %}
......
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