- {{ error }} -
- - {% endfor %} -
+ {{ error }} +
+ + {% endfor %} + +{{ post.content }}
+You have no posts at this time.
+ {% endif %} +{{ comment.content }}
+You have no comments at this time.
+ {% endif %} + +{{ reply.content }}
+You have no replies at this time.
+ {% endif %} + + {% else %} + Click here to login or register! + {% endif %} + +{% endblock %} \ No newline at end of file diff --git a/forum/templates/viewpost.html b/forum/templates/viewpost.html index 3f489ca..7e7180d 100644 --- a/forum/templates/viewpost.html +++ b/forum/templates/viewpost.html @@ -1,7 +1,6 @@ {% extends 'layout.html' %} {% block body %} {{ path|safe}} -
{% endfor %}