summaryrefslogtreecommitdiff
path: root/template/default/prog_detail_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/prog_detail_form.html')
-rw-r--r--template/default/prog_detail_form.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/prog_detail_form.html b/template/default/prog_detail_form.html
index 0a6f582..0e16a67 100644
--- a/template/default/prog_detail_form.html
+++ b/template/default/prog_detail_form.html
@@ -26,6 +26,10 @@
</tr>
</table>
+<?% IF error_msg %?>
+ <div class="error"><?% error_msg %?></div>
+<?% END %?>
+
<div id="content">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="group">
<?% tr_class = "row_odd" %?>