diff --git a/vrobbler/templates/scrobbles/_last_scrobbles.html b/vrobbler/templates/scrobbles/_last_scrobbles.html index 13fc631..5be8c44 100644 --- a/vrobbler/templates/scrobbles/_last_scrobbles.html +++ b/vrobbler/templates/scrobbles/_last_scrobbles.html @@ -79,6 +79,13 @@ {% endwith %} {% endif %} + {% if Puzzle %} +

Puzzles

+ {% with scrobbles=Puzzle count=Puzzle_count time=Puzzle_time %} + {% include "scrobbles/_scrobble_table.html" %} + {% endwith %} + {% endif %} + {% if Book %}

Books

{% with scrobbles=Book count=Book_count time=Book_time %}