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