Update index.html

This commit is contained in:
copyrighttxt
2026-08-02 14:01:26 -04:00
committed by GitHub
parent 5ff67c4066
commit 2ae91b647b
+2 -2
View File
@@ -31,7 +31,7 @@
<form method="post">
<input type="text" name="giftcard-key" class="form-control w-100" placeholder="Giftcard Key ( eg. AAAAA-12345-BBBBB-67890-CCCCC )" required>
<div class="d-flex justify-content-end align-items-top mt-2">
<p class="m-0 text-secondary me-1" style="font-size:11px;">Note: If you are redeeming a higher membership than your current one, your expiration date will not be brought over and will be resetted</p>
<p class="m-0 text-secondary me-1" style="font-size:11px;">Note: If you are redeeming a membership of a higher tier than your current one, your expiration date will be reset to the expiration date set on the giftcard.</p>
<div class="cf-turnstile" data-theme="dark" data-sitekey="{{turnstilekey}}"></div>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<div class="ms-3">
@@ -41,4 +41,4 @@
</form>
</div>
</div>
{% endblock %}
{% endblock %}