Skip to content

Commit 8ce2c89

Browse files
committed
Improve more comments
1 parent 0a1fafd commit 8ce2c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1>Endless Task List App using Flask</h1>
8787
<input
8888
type="submit"
8989
value="Add Task"
90-
/><!--button to add task-->
90+
/><!--button to add task to task list-->
9191
</form>
9292
<ul>
9393
{% for task in tasks %}<!--repeat for each task in task list-->

0 commit comments

Comments
 (0)