commit e9d7d4624d47c8c2b708985f6382df6a88042361
parent a1e6b0dea806d8af325bee187028ae44a56731de
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 13 Dec 2023 20:50:15 +0100
Removere fund button
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/web/templates/edit.html b/web/templates/edit.html
@@ -44,14 +44,12 @@
{{if ne .remainingDays 0}}
<div class="row mt-1">
<div class="col-md-12 alert alert-light">
- <h4>Extension and cancellation</h4>
+ <h4>Extension</h4>
<div class="form-floating mb-3">
<input disabled="true" id="expInput" class="form-control" value="{{.registeredUntil}}" type="text" required autofocus>
<label for="expInput">Registration expires in {{.remainingDays}} days:</label>
</div>
<a class="btn btn-primary" href="/name/{{.label}}/buy">Extend registration for {{.extensionDaysCount}} days until <b>{{.extendedExpiration}}</b> for <b>{{.cost}}</b></a>
- <br/>
- <a class="btn btn-danger mt-2 disabled" href="/name/{{.label}}/refund">Cancel registration and refund remaining {{.remainingDays}} days for <b>{{.cost}}</b></a>
</div>
</div>
<hr/>