Skip to content

Commit 998346d

Browse files
authored
Fix challenge two title
s m h
1 parent 6c37b90 commit 998346d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenge/templates/challenge2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'layout.html' %}
22

33
{% block content %}
4-
<h1>Challenge 1</h1>
4+
<h1>Challenge 2</h1>
55
<form method="post">
66
<label>Username:</label><br />
77
{{ form.username }}

0 commit comments

Comments
 (0)