diff options
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> |
