From: Michael Tremer Date: Wed, 23 Dec 2020 14:51:20 +0000 (+0000) Subject: about: Fix team into one row and automatically split on smaller devices X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd122390d35138d382673d6521185cc9947190c7;p=ipfire.org.git about: Fix team into one row and automatically split on smaller devices Signed-off-by: Michael Tremer --- diff --git a/src/templates/about.html b/src/templates/about.html index 403b7979..924d9df2 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -79,7 +79,7 @@ {% set core_team = backend.groups.get_by_gid("core-team") %} -
+
{% for account in sorted(core_team, key=lambda a: a.created_at) %}
@@ -90,10 +90,6 @@
{{ account.name or account.nickname }}
- - {% if account.description %} - {% module Markdown(account.description) %} - {% end %}
{% end %}