We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459347a commit 750939fCopy full SHA for 750939f
hello_app/templates/hello_there.html
@@ -9,7 +9,7 @@
9
{%if name %}
10
<span class="message">Hello there, {{ name }}!</span> It's {{ date.strftime("%A, %d %B, %Y at %X") }}.
11
{% else %}
12
- <span class="message">You must provide a name.</span>
+ <span class="message">What's your name? Provide it after /hello/ in the URL.</span>
13
{% endif %}
14
</body>
15
</html>
0 commit comments