diff options
Diffstat (limited to 'template/default/at_timer_list.html')
-rw-r--r-- | template/default/at_timer_list.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/at_timer_list.html b/template/default/at_timer_list.html index 306ab74..b078fe6 100644 --- a/template/default/at_timer_list.html +++ b/template/default/at_timer_list.html @@ -47,6 +47,10 @@ </table> </form> +<?% IF error_msg %?> + <div class="error"><?% error_msg %?></div> +<?% END %?> + <div id="content"> <?% IF at_timer_loop.size() > 0 %?> <form action="<?% url %?>" method="get" name="FormName"> |