SciPost Code Repository

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

Move comments_block template to comments app.

parent accbcacd
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
{% if commentary.comments.vetted %}
<hr class="divider">
{% include 'scipost/comments_block.html' with comments=commentary.comments.vetted type_of_object='Commentary' %}
{% include 'comments/comments_block.html' with comments=commentary.comments.vetted type_of_object='Commentary' %}
{% endif %}
{% include 'comments/new_comment.html' with object_id=commentary.id type_of_object='commentary' open_for_commenting=commentary.open_for_commenting %}
......
......@@ -158,7 +158,7 @@
{% if submission.comments.vetted %}
<hr class="lg">
{% include 'scipost/comments_block.html' with comments=submission.comments.vetted %}
{% include 'comments/comments_block.html' with comments=submission.comments.vetted %}
{% endif %}
......
......@@ -16,7 +16,7 @@
{% if thesislink.comments.vetted %}
<hr class="divider">
{% include 'scipost/comments_block.html' with comments=thesislink.comments.vetted type_of_object='ThesisLink' %}
{% include 'comments/comments_block.html' with comments=thesislink.comments.vetted type_of_object='ThesisLink' %}
{% endif %}
{% include 'comments/new_comment.html' with object_id=thesislink.id type_of_object='thesislink' open_for_commenting=thesislink.open_for_commenting %}
......
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