diff options
| author | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2023-10-29 14:28:43 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2023-10-29 14:28:43 -0500 |
| commit | 3b22586890425c8b8e555bce649649228b26c02b (patch) | |
| tree | 63c9cdb40535ab9de998854a41523ecf36e728b6 /ustayml/templates/auth/login.html | |
| parent | 43f9d78f8c00e13732b809519f0529ac293fd5ab (diff) | |
Add students blueprint using psycopg
Diffstat (limited to 'ustayml/templates/auth/login.html')
| -rw-r--r-- | ustayml/templates/auth/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ustayml/templates/auth/login.html b/ustayml/templates/auth/login.html index b7dd5dc..45acd7f 100644 --- a/ustayml/templates/auth/login.html +++ b/ustayml/templates/auth/login.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} - <form method="post"> + <form class="simple-form" method="post"> <label for="username">Username</label> <input name="username" id="username" required> <label for="password">Password</label> |
