diff --git a/vrobbler/templates/boardgames/boardgame_detail.html b/vrobbler/templates/boardgames/boardgame_detail.html
index cc15593..e48e5f2 100644
--- a/vrobbler/templates/boardgames/boardgame_detail.html
+++ b/vrobbler/templates/boardgames/boardgame_detail.html
@@ -63,7 +63,6 @@
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
| {{scrobble.timestamp}} |
- {{scrobble.logdata}} |
{{scrobble.media_obj.publisher}} |
{% if scrobble.screenshot%} {% endif %} |
diff --git a/vrobbler/templates/tasks/task_detail.html b/vrobbler/templates/tasks/task_detail.html
index aee9716..278db71 100644
--- a/vrobbler/templates/tasks/task_detail.html
+++ b/vrobbler/templates/tasks/task_detail.html
@@ -52,17 +52,16 @@
| Date |
- Title |
- Distance |
+ Source |
+ ID |
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
| {{scrobble.timestamp}} |
- {{scrobble.logdata}} |
- {{scrobble.media_obj.publisher}} |
- {% if scrobble.screenshot%} {% endif %} |
+ {{scrobble.media_obj.source}} |
+ {{scrobble.logdata.source_url_pattern.label}} |
{% endfor %}
diff --git a/vrobbler/templates/tasks/task_list.html b/vrobbler/templates/tasks/task_list.html
index 641a665..b0cca16 100644
--- a/vrobbler/templates/tasks/task_list.html
+++ b/vrobbler/templates/tasks/task_list.html
@@ -1,5 +1,6 @@
-{% extends "base_list.html" %} {% block title %}Tasks{% endblock %} {% block
-head_extra %}
+{% extends "base_list.html" %}
+{% block title %}Tasks{% endblock %}
+{% block head_extra %}
-{% endblock %} {% block lists %}
+{% endblock %}
+
+{% block lists %}
{% include "_scrobblable_list.html" %}
diff --git a/vrobbler/templates/trails/trail_detail.html b/vrobbler/templates/trails/trail_detail.html
index 4ea4c6e..a11f7c3 100644
--- a/vrobbler/templates/trails/trail_detail.html
+++ b/vrobbler/templates/trails/trail_detail.html
@@ -52,17 +52,12 @@
| Date |
- Title |
- Distance |
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
| {{scrobble.timestamp}} |
- {{scrobble.logdata}} |
- {{scrobble.media_obj.publisher}} |
- {% if scrobble.screenshot%} {% endif %} |
{% endfor %}