Threaded-view on status pages

It's hideous though, sorry
This commit is contained in:
Mouse Reeve
2020-03-09 17:03:59 -07:00
parent a0f1880f37
commit 2215e0a894
11 changed files with 91 additions and 47 deletions

View File

@ -20,7 +20,7 @@
</form>
{% for review in user_reviews %}
{% include 'snippets/review.html' with review=review %}
{% include 'snippets/status.html' with status=review hide_book=True main=True depth=1 %}
{% endfor %}
</div>
</div>
@ -62,7 +62,7 @@
</form>
<p>Average rating: {{ rating | stars }}</p>
{% for review in reviews %}
{% include 'snippets/review.html' with review=review %}
{% include 'snippets/status.html' with status=review hide_book=True main=True depth=1 %}
{% endfor %}
</div>
</div>