diff --git a/collection/games/templates/games/index.html b/collection/games/templates/games/index.html index 86647c3..b152b13 100644 --- a/collection/games/templates/games/index.html +++ b/collection/games/templates/games/index.html @@ -7,7 +7,7 @@ {% if playing_games %} @@ -18,7 +18,7 @@ {% if non_excluded_games %} {% else %} @@ -33,7 +33,7 @@ {% for timeline in date.list|dictsortreversed:"id" %}
  • {{ timeline.get_status_display }} : {{ timeline.item.name }} - ({{ timeline.item.collection.name }}) + ({{ timeline.item.collection.shortname }})
  • {% endfor %}