Skip to content

Commit 750939f

Browse files
authored
Change no-name message to be a little friendlier.
1 parent 459347a commit 750939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_app/templates/hello_there.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{%if name %}
1010
<span class="message">Hello there, {{ name }}!</span> It's {{ date.strftime("%A, %d %B, %Y at %X") }}.
1111
{% else %}
12-
<span class="message">You must provide a name.</span>
12+
<span class="message">What's your name? Provide it after /hello/ in the URL.</span>
1313
{% endif %}
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)