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