We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1fafd commit 8ce2c89Copy full SHA for 8ce2c89
templates/index.html
@@ -87,7 +87,7 @@ <h1>Endless Task List App using Flask</h1>
87
<input
88
type="submit"
89
value="Add Task"
90
- /><!--button to add task-->
+ /><!--button to add task to task list-->
91
</form>
92
<ul>
93
{% for task in tasks %}<!--repeat for each task in task list-->
0 commit comments