diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 21:54:50 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 21:54:50 -0700 |
commit | 1655a55f61658664d437bd2a018e6eb1243dfbfc (patch) | |
tree | 53d8adfe3826b900e9cfd2c0abc829dc9a24fb56 /python/fatcat_web | |
parent | 3c576b98c050b433dc5628e0ff845cafce847858 (diff) | |
download | fatcat-1655a55f61658664d437bd2a018e6eb1243dfbfc.tar.gz fatcat-1655a55f61658664d437bd2a018e6eb1243dfbfc.zip |
IA login button as actual form input/submit
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/templates/auth_ia_login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/auth_ia_login.html b/python/fatcat_web/templates/auth_ia_login.html index 8e1e3026..7e8c4d04 100644 --- a/python/fatcat_web/templates/auth_ia_login.html +++ b/python/fatcat_web/templates/auth_ia_login.html @@ -28,7 +28,7 @@ <input type="password" placeholder="Password" name="password" aria-label="internet archive password"> </div> <br> - <button class="ui primary large button fluid">Login</button> + <input type="submit" value="Sign In" class="ui primary large button fluid"></input> </div> </form> {% endif %} |