Skip to content

Commit b58af1e

Browse files
committed
missing file in doc
1 parent 3af8109 commit b58af1e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

doc/source/tutorials/todo-list/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Solutions
9999
``index.html``
100100
--------------
101101

102-
.. literalinclude:: index.html
102+
.. literalinclude:: index_.html
103103

104104

105105
``app.py``
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h1>List of Tasks</h1>
2+
<ul id="tasks">
3+
</ul>
4+
<h1>Add a task</h1>
5+
<input type="text" /><input type="submit" value="Add" />

0 commit comments

Comments
 (0)