Fixed the broken signup.html
Signed-off-by: arzumify <jliwin98@danwin1210.de>
This commit is contained in:
parent
6e33618a75
commit
eff9f20fb3
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p style="display: none;" id="passthrough">{{ .unique_token }}</p>
|
<p style="display: none;" id="passthrough">{{ .unique_token }}</p>
|
||||||
<div class="inOutDiv"></div>
|
<div class="inOutDiv">
|
||||||
<h2>Signup</h2>
|
<h2>Signup</h2>
|
||||||
<p>Signup to {{ .identifier }}!</p>
|
<p>Signup to {{ .identifier }}!</p>
|
||||||
<p id="statusBox"></p>
|
<p id="statusBox"></p>
|
||||||
|
|
Loading…
Reference in New Issue