From 924141d922d8880ca23b2d3ea187b7d3c6c93353 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Thu, 16 Feb 2017 22:52:40 +0100 Subject: [PATCH] show info headline --- src/info/templates/info.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/info/templates/info.html b/src/info/templates/info.html index 0632c03a..4441db43 100644 --- a/src/info/templates/info.html +++ b/src/info/templates/info.html @@ -40,10 +40,11 @@ Info | {{ block.super }} {% for category in categories %} +
-

{{ category.title }}

+

{{ category.headline }}

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