diff options
-rw-r--r-- | tbc/templates/tbc/book-review-details.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc/templates/tbc/book-review-details.html b/tbc/templates/tbc/book-review-details.html index 81e5041..e55c23c 100644 --- a/tbc/templates/tbc/book-review-details.html +++ b/tbc/templates/tbc/book-review-details.html @@ -5,8 +5,8 @@ <div class="row-fluid"> {% for image in images %} <div class ="module-list"> - <img src="{% static 'uploads/' %}{{ image.image }}"> - <center><p>{{ image.caption }}</p></center> + <img src="{% static 'uploads/' %}{{ image.image }}"> + <center><p style="margin-top:30px;">{{ image.caption }}</p></center> </div> {% endfor %} </div> |