[scrobbles] Add title of task to list
All checks were successful
build & deploy / test (push) Successful in 1m52s
build & deploy / deploy (push) Successful in 21s

This commit is contained in:
2026-04-02 16:25:48 -04:00
parent 6aef34e43f
commit 25a60f4d60

View File

@ -54,7 +54,7 @@
{% elif scrobble.brick_set %}
<a href="{% url 'bricksets:brickset_detail' scrobble.brick_set.uuid %}">{{ scrobble.brick_set.title }}</a>
{% elif scrobble.task %}
<a href="{% url 'tasks:task_detail' scrobble.task.uuid %}">{{ scrobble.task.title }}</a>
<a href="{% url 'tasks:task_detail' scrobble.task.uuid %}">Task - {{ scrobble.log.title }}</a>
{% elif scrobble.life_event %}
<a href="{% url 'lifeevents:lifeevent_detail' scrobble.life_event.uuid %}">{{ scrobble.life_event.title }}</a>
{% elif scrobble.mood %}