Update index.html
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user