projects
/
bloat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c57a6
)
Make instance domain required in signin form
author
r
<r@freesoftwareextremist.com>
Sat, 21 Dec 2019 09:54:52 +0000
(09:54 +0000)
committer
r
<r@freesoftwareextremist.com>
Sat, 21 Dec 2019 09:54:52 +0000
(09:54 +0000)
templates/signin.tmpl
patch
|
blob
|
history
diff --git
a/templates/signin.tmpl
b/templates/signin.tmpl
index fc2edcafd80b1002ff3794832d7a81a24eefac83..fb14a667263fb023b9339c103c85016dc2ef7cf2 100644
(file)
--- a/
templates/signin.tmpl
+++ b/
templates/signin.tmpl
@@
-2,7
+2,7
@@
<div class="page-title"> Signin </div>
<form class="signin-form" action="/signin" method="post">
- <input type="text" name="instance" placeholder="instance">
+ <input type="text" name="instance" placeholder="instance"
required
>
<br>
<button type="submit"> Submit </button>
</form>