mirror of
https://github.com/9001/copyparty.git
synced 2026-01-13 16:22:40 -07:00
Remove wayward quotation mark
This commit is contained in:
parent
ae3b844300
commit
50be61e04f
|
|
@ -111,7 +111,7 @@
|
||||||
<div>
|
<div>
|
||||||
<form id="lf" method="post" enctype="multipart/form-data" action="{{ r }}/{{ qvpath }}">
|
<form id="lf" method="post" enctype="multipart/form-data" action="{{ r }}/{{ qvpath }}">
|
||||||
<input type="hidden" id="la" name="act" value="login" />
|
<input type="hidden" id="la" name="act" value="login" />
|
||||||
<input type="password" id="lp" name="cppwd" placeholder=" password" oninput="this.setCustomValidity('')" oninvalid="this.setCustomValidity('Password must be between 1 and 64 characters')" "pattern="^.{1,64}$" />
|
<input type="password" id="lp" name="cppwd" placeholder=" password" oninput="this.setCustomValidity('')" oninvalid="this.setCustomValidity('Password must be between 1 and 64 characters')" pattern="^.{1,64}$" />
|
||||||
<input type="hidden" name="uhash" id="uhash" value="x" />
|
<input type="hidden" name="uhash" id="uhash" value="x" />
|
||||||
<input type="submit" id="ls" value="Unlock" />
|
<input type="submit" id="ls" value="Unlock" />
|
||||||
{%- if ahttps %}
|
{%- if ahttps %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue