diff options
| author | Mark Weiman <mark.weiman@markzz.com> | 2015-10-12 00:17:15 -0400 |
|---|---|---|
| committer | Mark Weiman <mark.weiman@markzz.com> | 2015-10-12 00:17:15 -0400 |
| commit | d204138bdd1371ca50249db328c3aa2ff7d67f8c (patch) | |
| tree | e4395fea627b8b8001cdeecac6d7f65099d160db /blog/templates/post.html | |
| parent | 1f40f501be7c580e746fb89f29cd8c2d1980dde2 (diff) | |
| download | website-d204138bdd1371ca50249db328c3aa2ff7d67f8c.tar.gz website-d204138bdd1371ca50249db328c3aa2ff7d67f8c.zip | |
fixed when comments are NOT enabled.
Diffstat (limited to 'blog/templates/post.html')
| -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 |
