Skip to content

Commit 7c16e7a

Browse files
author
AppSeed
committed
Login Form - Added default credentials
1 parent cef3ef9 commit 7c16e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/base/templates/accounts/login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ <h1>Login</h1>
3131
<svg class="c-icon">
3232
<use xlink:href="/static/assets/vendors/@coreui/icons/svg/free.svg#cil-user"></use>
3333
</svg></span></div>
34-
{{ form.username(placeholder="Username", class="form-control") }}
34+
<input class="form-control" placeholder="Username" type="text" name="username" value="test">
3535
</div>
3636

3737
<div class="input-group mb-4">
3838
<div class="input-group-prepend"><span class="input-group-text">
3939
<svg class="c-icon">
4040
<use xlink:href="/static/assets/vendors/@coreui/icons/svg/free.svg#cil-lock-locked"></use>
4141
</svg></span></div>
42-
{{ form.password(placeholder="Password", class="form-control", type="password") }}
42+
<input class="form-control" placeholder="Password" type="password" name="password" value="pass">
4343
</div>
4444

4545
<div class="row">

0 commit comments

Comments
 (0)