home · contact · privacy
Create choice for creating Todos with or without children.
[plomtask] / templates / day.html
index 2941105747db5a7e0ca5b2f26e2c1234b9d0a2c2..a34f05b3ad5a6c84135ad518fe83a44530815333 100644 (file)
@@ -141,6 +141,12 @@ comment:
 <p>
 add: <input type="text" name="new_todo" list="processes">
 </p>
+<p>
+<select name="make_type">
+<option value="full">make new todos with children</option>
+<option value="empty"{% if make_type == "empty" %}selected {% endif %}>make new todos without children</option>
+</select>
+</p>
 
 <table>