Merge pull request #639 from mouse-reeve/status-markup

Status markup
This commit is contained in:
Mouse Reeve
2021-02-23 14:19:19 -08:00
committed by GitHub
12 changed files with 14 additions and 13 deletions

View File

@@ -226,7 +226,7 @@
<div class="block" id="reviews">
{% for review in reviews %}
<div class="block">
{% include 'snippets/status.html' with status=review hide_book=True depth=1 %}
{% include 'snippets/status/status.html' with status=review hide_book=True depth=1 %}
</div>
{% endfor %}