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 d15d0a7 commit a937be2Copy full SHA for a937be2
src/templates/accounts/login.html
@@ -40,13 +40,13 @@ <h3 class="font-weight-bolder text-info text-gradient">
40
41
<form role="form text-left" method="POST" action="{{ url_for('signin') }}">
42
43
- <label>Username</label>
+ <label>Email</label>
44
<div class="mb-3">
45
<input
46
id="username"
47
class="form-control"
48
name="username"
49
- placeholder="Username"
+ placeholder="Email"
50
type="text"
51
required
52
>
0 commit comments