Move your review into your column
This commit is contained in:
parent
a46193a37b
commit
fc1ed99efa
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue