Fix typo that caused empty news item to show up

This commit is contained in:
Eelco Dolstra 2013-11-06 12:03:08 +01:00
parent ecadcef642
commit a0b58b6b62

View file

@ -1,7 +1,7 @@
[% WRAPPER layout.tt title="Overview" hideHeader=1 %]
[% PROCESS common.tt %]
[% IF newItems.size != 0 %]
[% IF newsItems.size != 0 %]
<div class="alert alert-info">
[% FOREACH i IN newsItems %]
<div class="news-item">