SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit eadffdd6 authored by Boris Ponsioen's avatar Boris Ponsioen
Browse files

Removes now unnecessary template code

parent 03268aeb
No related branches found
No related tags found
No related merge requests found
...@@ -66,32 +66,4 @@ ...@@ -66,32 +66,4 @@
</div> </div>
</div> </div>
{% if submission_recent_list %}
<div class="row">
<div class="col-12">
<hr class="hr12">
<h2>Recent Submissions:</h2>
<ul>
{% for submission in submission_recent_list %}
{{ submission.header_as_li }}
{% endfor %}
</ul>
</div>
</div>
{% endif %}
{% if submission_browse_list %}
<div class="row">
<div class="col-12">
<hr class="hr12">
<h2>Submissions in {{ discipline }} in the last {{ nrweeksback }} week{% if nrweeksback == '1' %}{% else %}s{% endif %}:</h2>
<ul>
{% for submission in submission_browse_list %}
{{ submission.header_as_li }}
{% endfor %}
</ul>
</div>
</div>
{% endif %}
{% endblock content %} {% endblock content %}
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