Explorar o código

Update list to show recently added games

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
52251cb0ad
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      templates/games/game_list.html

+ 2 - 1
templates/games/game_list.html

@@ -1,11 +1,12 @@
 {% extends "base.html" %}
 
-{% block title %}Featured games{% endblock %}
+{% block title %}Recently added games{% endblock %}
 
 {% block content %}
      <div class="d-flex flex-column">
         <div class="image-grid-container">
         {% for  game in object_list %}
+	    <h4>{{game.created}}</h4>
             {% include 'games/_game_card.html' %}
         {% endfor %}
         </div>