Introduce an inclusion template for object comments

This commit is contained in:
jeremystretch
2021-07-21 14:20:14 -04:00
parent a9930bd442
commit 7be684835b
13 changed files with 26 additions and 140 deletions
+1 -8
View File
@@ -45,14 +45,7 @@
</div>
</div>
<div class="col col-md-8">
<div class="card">
<h5 class="card-header">
Comments
</h5>
<div class="card-body">
{{ object.comments|render_markdown }}
</div>
</div>
{% include 'inc/comments_panel.html' %}
</div>
</div>
{% endblock %}