summaryrefslogtreecommitdiff
path: root/blog/templates/blog/blog_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/templates/blog/blog_post.html')
-rw-r--r--blog/templates/blog/blog_post.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/blog/templates/blog/blog_post.html b/blog/templates/blog/blog_post.html
index 32a3f1b..5324e2c 100644
--- a/blog/templates/blog/blog_post.html
+++ b/blog/templates/blog/blog_post.html
@@ -63,6 +63,7 @@
</div>
</div>
- <p><a href="{{ request.META.HTTP_REFERER }}">Return to previous page</a></p>
+ <p><br><a href="{{ request.META.HTTP_REFERER }}" class="btn btn-primary btn-sm">&larr; Return to previous page</a></p>
+
</div>
{% endblock %}