correct html syntax
1 files changed, 1 insertions(+), 1 deletions(-) M templates/login.html
M templates/login.html => templates/login.html +1 -1
@@ 71,7 71,7 @@ <body> <p class="title">earl</p> <form> - <div class="input" + <div class="input"> <label for="access_token">Access token:</label> <input type="password" id="access_token" name="access_token"> </div>