diff --git a/application/templates/post_list.html b/application/templates/post_list.html index a568515..0ba5587 100644 --- a/application/templates/post_list.html +++ b/application/templates/post_list.html @@ -7,10 +7,14 @@ {{ post.title }}
{{ post.text|linebreaks }}
- {% for tag in post.tags.all %} -{{ tag.name }}
- {% endfor %} - ++ {% for tag in post.tags.all %} + {{ tag.name }}, + {% endfor %} +
++ {{ post.author }} +
{% endfor %} {% endblock %} \ No newline at end of file