diff --git a/models/games.ini b/models/games.ini index 7421d51..d92e11c 100644 --- a/models/games.ini +++ b/models/games.ini @@ -9,4 +9,4 @@ translate = False [children] model = project -order_by = sort_key +order_by = title diff --git a/templates/games.html b/templates/games.html index e91893e..4fcbed1 100644 --- a/templates/games.html +++ b/templates/games.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block ogpdesc %}{{ _("A list of queer games") }}{% endblock %} {% block ogptitle %}{{ _("Games list | Queerscriptors") }}{% endblock %} -{% block twitterdesc %}{{ _("A list of queer games") }}% endblock %} +{% block twitterdesc %}{{ _("A list of queer games") }} {% endblock %} {% block twittertitle %}{{ _("Games list | Queerscriptors") }}{% endblock %} {% block page %} {% include 'header.html' %} @@ -16,7 +16,7 @@

{{project.title}}

-

{{project.shortbody}}

+

{{project.body}}

diff --git a/templates/project.html b/templates/project.html index 66b315f..ea3ceba 100644 --- a/templates/project.html +++ b/templates/project.html @@ -13,7 +13,6 @@

{{ _("Game Description") }}

-

{{this.shortbody}}

{{this.body}}