diff options
Diffstat (limited to 'template/default/config.html')
-rw-r--r-- | template/default/config.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/config.html b/template/default/config.html index f875f71..c40e4ba 100644 --- a/template/default/config.html +++ b/template/default/config.html @@ -25,6 +25,10 @@ </tr> </table> +<?% IF error_msg %?> + <div class="error"><?% error_msg %?></div> +<?% END %?> + <table border="0" cellspacing="0" cellpadding="0" class="group"> <tr class="heading"> <td colspan="2"><h2><?% gettext('General Settings') %?></h2></td> |