1
0
Fork 0

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
commit 1db711b397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 %}