+
- Movies
+ +Movies
+-
{% for movie in object_list %}
- {{movie}} {% endfor %}
diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index 543a1fc..8e2d4a5 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -213,7 +213,7 @@
| Time | Title | Series | -Source | @@ -137,7 +139,30 @@{{scrobble.timestamp|naturaltime}} | {% if scrobble.video.tv_series %}E{{scrobble.video.season_number}}S{{scrobble.video.season_number}} -{% endif %} {{scrobble.video.title}} | {% if scrobble.video.tv_series %}{{scrobble.video.tv_series}}{% endif %} | -{{scrobble.source}} | + + {% endfor %} + +
|---|
| Date | +Title | +Podcast | +
|---|---|---|
| {{scrobble.timestamp|naturaltime}} | +{{scrobble.podcast_episode.title}} | +{{scrobble.podcast_episode.podcast}} |