diff --git a/templates/games/game_list.html b/templates/games/game_list.html index 34c20930..1de45557 100644 --- a/templates/games/game_list.html +++ b/templates/games/game_list.html @@ -53,11 +53,23 @@

Games {{ paginator.count }} entries
{% if games %} -
    - {% for game in games %} - {% include "includes/game_preview.html" %} - {% endfor %} -
+
    + {% for game in games %} + {% include "includes/game_preview.html" %} + {% endfor %} +
+
+

Didn't find what you're looking for?

+ {% if unpublished_filter %} +

+ Feel free to add the game to our database. +

+ {% else %} +

+ Try looking in unpublished games. +

+ {% endif %} +
{% else %}