From 0e50020fc7f99c7e3880a839f0e647b7692eba3e Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 19 Aug 2022 15:49:55 -0400 Subject: [PATCH] show years for movie in timeline --- timeline/templates/timeline_data.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/timeline/templates/timeline_data.html b/timeline/templates/timeline_data.html index b3aa9eca..aa087e32 100644 --- a/timeline/templates/timeline_data.html +++ b/timeline/templates/timeline_data.html @@ -35,7 +35,9 @@ {{ activity.owner.display_name }} {{ activity.target.translated_status }}
- {{ activity.target.item.title }} + {{ activity.target.item.title }} + {% if activity.target.item.year %}({{ activity.target.item.year }}){% endif %} + {% if activity.target.item.source_url %} {{ activity.target.item.get_source_site_display }}