diff options
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/templates/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/blog/templates/post.html b/blog/templates/post.html index affb32a..2f399fe 100644 --- a/blog/templates/post.html +++ b/blog/templates/post.html @@ -90,7 +90,7 @@ </article> <hr> - + {% if selected_post.comments_enabled %} <div class="container"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <h4>Comments</h4> @@ -115,6 +115,8 @@ </form> </div> </div> + + {% endif %} <!-- Footer --> @@ -153,4 +155,4 @@ </body> -</html> +</html>
\ No newline at end of file |
