We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a798774 commit 3cf7ba6Copy full SHA for 3cf7ba6
templates/index.html
@@ -14,7 +14,7 @@ <h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
14
</div>
15
<form method="post" action="{{url_for('hello')}}">
16
<div class="col-md-6 mx-auto text-center">
17
- <label for="name" class="form-label fw-bold fs-5">Could you please tell me your name?</label>
+ <label for="name" class="form-label fw-bold fs-5">Could you please tell me your full name?</label>
18
19
<!-- <p class="lead mb-2">Could you please tell me your name?</p> -->
20
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">
@@ -27,4 +27,4 @@ <h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
27
</form>
28
</main>
29
</body>
30
-</html>
+</html>
0 commit comments