Skip to content

Commit 1d1bcfe

Browse files
committed
More polite message
1 parent 223b3cf commit 1d1bcfe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"appService.defaultWebAppToDeploy": "undefined/subscriptions/c05f934f-001e-4b32-bb99-a462c8e94399/resourceGroups/Otso_Leppale/providers/Microsoft.Web/sites/leppalapp",
3+
"appService.deploySubpath": "."
4+
}

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
1414
</div>
1515
<form method="post" action="{{url_for('hello')}}">
1616
<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>
17+
<label for="name" class="form-label fw-bold fs-5">Could you please tell me your name please?</label>
1818

1919
<!-- <p class="lead mb-2">Could you please tell me your name?</p> -->
2020
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">

0 commit comments

Comments
 (0)