show info headline
This commit is contained in:
parent
13cec1e911
commit
924141d922
|
@ -40,10 +40,11 @@ Info | {{ block.super }}
|
|||
</div>
|
||||
|
||||
{% for category in categories %}
|
||||
|
||||
<span class="anchor" id="{{ category.anchor }}"></span>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>{{ category.title }}</h2>
|
||||
<h2>{{ category.headline }}</h2>
|
||||
<div class="panel-group">
|
||||
{% for item in category.infoitems.all %}
|
||||
<div class="panel panel-default">
|
||||
|
|
Loading…
Reference in a new issue