aboutsummaryrefslogtreecommitdiff
path: root/ustayml/templates/auth/login.html
diff options
context:
space:
mode:
authorMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-10-29 14:28:43 -0500
committerMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-10-29 14:28:43 -0500
commit3b22586890425c8b8e555bce649649228b26c02b (patch)
tree63c9cdb40535ab9de998854a41523ecf36e728b6 /ustayml/templates/auth/login.html
parent43f9d78f8c00e13732b809519f0529ac293fd5ab (diff)
Add students blueprint using psycopg
Diffstat (limited to 'ustayml/templates/auth/login.html')
-rw-r--r--ustayml/templates/auth/login.html2
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>