Explorar el Código

Merge pull request #243 from sir-sigurd/master

login_panel.html: remove useless quote character
JC Brand hace 10 años
padre
commit
946801581e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/templates/login_panel.html

+ 1 - 1
src/templates/login_panel.html

@@ -5,4 +5,4 @@
     <input type="password" name="password" placeholder="Password">
     <input class="login-submit" type="submit" value="{{label_login}}">
     <span class="conn-feedback"></span>
-</form">
+</form>