Reorganize panel inclusion templates

This commit is contained in:
jeremystretch
2021-10-19 14:21:31 -04:00
parent 38bc5de3e8
commit f04dc55030
56 changed files with 154 additions and 156 deletions

View File

@@ -45,7 +45,7 @@
</div>
</div>
<div class="col col-md-8">
{% include 'inc/comments_panel.html' %}
{% include 'inc/panels/comments.html' %}
</div>
</div>
{% endblock %}