summaryrefslogtreecommitdiff
path: root/template/default/prog_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/prog_list.html')
-rw-r--r--template/default/prog_list.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/prog_list.html b/template/default/prog_list.html
index 3a235c8..2b29375 100644
--- a/template/default/prog_list.html
+++ b/template/default/prog_list.html
@@ -49,6 +49,10 @@
<input type="hidden" name="aktion" value="prog_list" />
</form>
+<?% IF error_msg %?>
+ <div class="error"><?% error_msg %?></div>
+<?% END %?>
+
<div id="content">
<?% IF loop.size() > 0 %?>
<?% FOREACH bc = loop %?>