home · contact · privacy
Improve visual/textual calendar structuring.
[plomtask] / templates / day.html
index f6e22650ddc57fd1e0553e01e9f3f4d73c5dd794..a0823f33e16fb218d3212756fb3fe11bb9c8cfb3 100644 (file)
@@ -149,7 +149,7 @@ add todo: <input name="new_todo" list="processes" autocomplete="off" />
 {% endif %}
 {% endfor %}
 
-<td><input name="new_todo" list="todos_for_{{condition.id_}}" /></td>
+<td><input name="new_todo" list="todos_for_{{condition.id_}}" autocomplete="off" /></td>
 <datalist name="new_todo" id="todos_for_{{condition.id_}}" />
 {% for process in enablers_for[condition.id_] %}
 <option value="{{process.id_}}">{{process.title.newest|e}}</option>