diff --git a/templates/category.html b/templates/category.html index f5de4d8..9f65aeb 100644 --- a/templates/category.html +++ b/templates/category.html @@ -3,22 +3,41 @@ {% block title %}{{ category.category_name }} Category{% endblock %} {% block content %} -
{{ post.text }}
- Created by {{ post.created_by }} - {{ post.creation_date }} - - {% endfor %} + {% for post in posts %} +{{ post.text }}
+