gnunet-gns-registrar

GNU Name System registrar
Log | Files | Refs | README

commit 84c4dce194d9fbcc29aabd63a192ba6cddb12274
parent ab15d81839fb8cda0866b3f4498d35d4e27d9a0a
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 12 Jan 2024 11:47:35 +0100

Fix again

Diffstat:
Mweb/templates/edit.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/templates/edit.html b/web/templates/edit.html @@ -38,7 +38,7 @@ <input name="zkey" id="zkeyInput" class="form-control" value="{{.zkey}}" maxlength="63" type="text" placeholder="Enter your zone key here!" required autofocus> <label for="zkeyInput">Enter your PKEY or EDKEY here</label> </div> - <input class="btn btn-primary" type="submit" disabled={{eq .remainingDays 0}} value="Update zone key"> + <input class="btn btn-primary" type="submit" value="Update zone key"> {{else}} <div class="form-floating mb-3"> <input name="zkey" id="zkeyInput" class="form-control" value="{{.zkey}}" disabled="true" maxlength="63" type="text" placeholder="Enter your zone key here!" required autofocus>