1
0
Fork 0

Move your review into your column

This commit is contained in:
Mouse Reeve 2020-02-23 14:57:31 -08:00
parent a46193a37b
commit fc1ed99efa

View file

@ -18,12 +18,16 @@
{{ tag_form.as_p }} {{ tag_form.as_p }}
<button type="submit">Add tag</button> <button type="submit">Add tag</button>
</form> </form>
{% for review in user_reviews %}
{% include 'snippets/review.html' with review=review %}
{% endfor %}
</div> </div>
</div> </div>
<div id="content"> <div id="content">
<div> <div>
<h2><q>{{ book.data.title }}</q> by <h2><q>{{ book.data.title }}</q> by
{% include 'snippets/authors.html' with book=book %}</h2> {% include 'snippets/authors.html' with book=book %}</h2>
<div class="book-preview"> <div class="book-preview">
{% include 'snippets/book_cover.html' with book=book size=large %} {% include 'snippets/book_cover.html' with book=book size=large %}
@ -31,9 +35,6 @@
{% if description %} {% if description %}
<blockquote>{{ book.data.description | description }}</blockquote> <blockquote>{{ book.data.description | description }}</blockquote>
{% endif %} {% endif %}
{% for review in user_reviews %}
{% include 'snippets/review.html' with review=review %}
{% endfor %}
<div> <div>
<div id="tag-cloud"> <div id="tag-cloud">
{% for tag in tags %} {% for tag in tags %}