diff --git a/app/templates/film.html b/app/templates/film.html index 35855aa..d7febfd 100755 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -28,7 +28,7 @@ body { {% endfor %}
- {{ film.data.date}}, {{ film.duration }} + {% if film.data.date %} {{ film.data.date}}, {% endif %} {{ film.duration }}