diff options
Diffstat (limited to 'src/templates/login.html')
-rw-r--r-- | src/templates/login.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/login.html b/src/templates/login.html index a8cc98c..8557b72 100644 --- a/src/templates/login.html +++ b/src/templates/login.html @@ -11,12 +11,14 @@ <body> <div> <h1>Login</h1> + {{> message}} <form method="post" action="/login"> <input name="username" type="text" placeholder="Enter Username" required> <input type="password" placeholder="Enter Password" name="password" required> <input type="submit" value="Log in"> </div> </div> + <a href="/login/signup">or sign up</a> </body> </html>
\ No newline at end of file |