From 63bed8818eaf971be933c864859d0028c6414b9e Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Tue, 16 Jan 2018 18:52:13 +0100 Subject: [PATCH] =?UTF-8?q?Affichage=20des=20noms=20courts=20de=20console?= =?UTF-8?q?=20(plateforme)=20=C3=A0=20c=C3=B4t=C3=A9=20de=20chaque=20jeu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/games/templates/games/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}