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
1 changed files with 5 additions and 4 deletions

View File

@ -18,6 +18,10 @@
{{ 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>
@ -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 %}