Skip to content

Commit a937be2

Browse files
updated login label
1 parent d15d0a7 commit a937be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/accounts/login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ <h3 class="font-weight-bolder text-info text-gradient">
4040

4141
<form role="form text-left" method="POST" action="{{ url_for('signin') }}">
4242

43-
<label>Username</label>
43+
<label>Email</label>
4444
<div class="mb-3">
4545
<input
4646
id="username"
4747
class="form-control"
4848
name="username"
49-
placeholder="Username"
49+
placeholder="Email"
5050
type="text"
5151
required
5252
>

0 commit comments

Comments
 (0)