home · contact · privacy
Add Todo.comment display/posting in Todo view.
[plomtask] / templates / todo.html
index 41a9eb1c876bafb1d2b4f485653b80a5445a947e..f50b635d2647879a66c602721481e68988a64bdc 100644 (file)
@@ -8,6 +8,7 @@ id: {{todo.id_}}<br />
 day: <a href="day?date={{todo.date}}">{{todo.date}}</a><br />
 process: <a href="process?id={{todo.process.id_}}">{{todo.process.title.newest|e}}</a><br />
 done: <input type="checkbox" name="done" {% if todo.is_done %}checked {% endif %} {% if not todo.is_doable %}disabled {% endif %}/><br /> 
+comment: <input name="comment" value="{{todo.comment|e}}"/>
 </p>
 <h4>conditions</h4>
 <table>