Fix typo that caused empty news item to show up
This commit is contained in:
parent
ecadcef642
commit
a0b58b6b62
|
@ -1,7 +1,7 @@
|
||||||
[% WRAPPER layout.tt title="Overview" hideHeader=1 %]
|
[% WRAPPER layout.tt title="Overview" hideHeader=1 %]
|
||||||
[% PROCESS common.tt %]
|
[% PROCESS common.tt %]
|
||||||
|
|
||||||
[% IF newItems.size != 0 %]
|
[% IF newsItems.size != 0 %]
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
[% FOREACH i IN newsItems %]
|
[% FOREACH i IN newsItems %]
|
||||||
<div class="news-item">
|
<div class="news-item">
|
||||||
|
|
Loading…
Reference in a new issue