diff options
-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 %} |