diff --git a/templates/post.html b/templates/post.html index e260040..124f79d 100644 --- a/templates/post.html +++ b/templates/post.html @@ -2,35 +2,30 @@ {% block content %}
Created by {{ post.created_by }} - {{ post.creation_date.strftime('%Y-%m-%d %H:%M') }}
{{ post.text }}
+ {% for media in post.media %} +