From dd122390d35138d382673d6521185cc9947190c7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 23 Dec 2020 14:51:20 +0000 Subject: [PATCH] about: Fix team into one row and automatically split on smaller devices Signed-off-by: Michael Tremer --- src/templates/about.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 %}
-- 2.47.3