]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/blobdiff - templates/user.html
Better guidance for users
[coffee/coffee-flask.git] / templates / user.html
index c5d89dca0c3d63c36e4eea13a5561fb5c25d0a67..07cc091382a56532135f5e07b53ec63840b85581 100644 (file)
@@ -5,6 +5,8 @@
 
     <h1>Hello, {{ name }}!</h1>
 
+    <p id="nextStep">Now select a beverage on the coffee machineā€¦</p>
+
     {% if count %}
     <p>You've had {{ count }} coffee{% if count != 1 %}s{% endif %} today.</p>
     {% endif %}