Skip to content

Commit 5840449

Browse files
committed
Add another comment in HTML
1 parent 9ddb181 commit 5840449

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ <h1>Endless Task List App using Flask</h1>
8484
<option value="4">Yearly</option>
8585
<option value="5" selected>Once</option></select
8686
><br />
87-
<input type="submit" value="Add Task" />
87+
<input
88+
type="submit"
89+
value="Add Task"
90+
/><!--button to add task-->
8891
</form>
8992
<ul>
9093
{% for task in tasks %}<!--repeat for each task in task list-->

0 commit comments

Comments
 (0)