aboutsummaryrefslogtreecommitdiff
path: root/src/authentication_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/authentication_page.html')
-rw-r--r--src/authentication_page.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/authentication_page.html b/src/authentication_page.html
index 73ec85a..c62dce0 100644
--- a/src/authentication_page.html
+++ b/src/authentication_page.html
@@ -1,9 +1,9 @@
<h2>Authentication Required</h2>
-<form method='post' action='{{action}}'>
- <input type='hidden' name='redirect' value='{{redirect}}' />
+<form method="post" action="{{action}}">
+ <input type="hidden" name="redirect" value={{redirect}}" />
<table>
- <tr><td><label for='username'>Username:</label></td><td><input id='username' name='username' autofocus /></td></tr>
- <tr><td><label for='password'>Password:</label></td><td><input id='password' name='password' type='password' /></td></tr>
- <tr><td colspan='2'><input value='Login' type='submit' /></td></tr>
+ <tr><td><label for="username">Username:</label></td><td><input id="username" name="username" autofocus /></td></tr>
+ <tr><td><label for="password">Password:</label></td><td><input id="password" name="password" type="password" /></td></tr>
+ <tr><td colspan="2"><input value="Login" type="submit" /></td></tr>
</table>
</form> \ No newline at end of file