Index: /trunk/TODO
===================================================================
--- /trunk/TODO	(revision 140)
+++ /trunk/TODO	(revision 141)
@@ -87,2 +87,6 @@
      for HTML::Template
    - Config knob to allow loading complete custom templates (fall back to stock ones)
+
+2011/10/13
+ - Catch "delete group with stuff still in it" errors.  Or possibly offer a flag to
+   really "YES DAMMIT I WANT IT ALL GONE" delete all children of a group with stuff in it.
Index: /trunk/templates/delgrp.tmpl
===================================================================
--- /trunk/templates/delgrp.tmpl	(revision 140)
+++ /trunk/templates/delgrp.tmpl	(revision 141)
@@ -4,7 +4,14 @@
 
 <td align="center" valign="top">
+
 <h3>Are you really sure you want to delete group <TMPL_VAR NAME=delgroupname>?</h3>
 <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=delgrp&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp; 
 <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=delgrp&amp;del=ok&amp;id=<TMPL_VAR NAME=id>">confirm</a>
+
+<!--
+ fixme:  do a check for "group has stuff in it", and splatter a big warning
+ up along with an unchecked-by-default check box to YES DAMMIT DELETE THE WHOLE THING
+ -->
+
 </td></tr></table>
 
