From 9d5a9daab4ccd280f931e0e7838c3c81da2a283e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sun, 6 May 2018 13:24:20 +0200 Subject: [PATCH] Add what team is responsible for a category. --- src/info/templates/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info/templates/info.html b/src/info/templates/info.html index 9e787d8e..771227ca 100644 --- a/src/info/templates/info.html +++ b/src/info/templates/info.html @@ -44,7 +44,7 @@ Info | {{ block.super }}
-

{{ category.headline }}

+

{{ category.headline }} {% if category.team %}Info by the {{ category.team.name }} team{% endif %}

{% for item in category.infoitems.all %}