SciPost Code Repository

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

My turn

parent dfc3260a
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{% for assignment in assignments_ongoing %} {% for assignment in assignments_ongoing %}
<li> <li>
<p> <p>
<a href="https://scipost.org{% url 'submissions:submission_detail' assignment.submission.arxiv_identifier_w_vn_nr %}">{{ assignment.submission.title }}</a><br> <a href="https://scipost.org{% url 'submissions:submission' assignment.submission.arxiv_identifier_w_vn_nr %}">{{ assignment.submission.title }}</a><br>
<em>by {{ assignment.submission.author_list }}</em> <em>by {{ assignment.submission.author_list }}</em>
</p> </p>
<p><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Go to this Submission's Editorial page</a></p> <p><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Go to this Submission's Editorial page</a></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