Update paste template for disable-access-key option.

This commit is contained in:
ZizzyDizzyMC 2021-02-22 13:48:13 -05:00
parent 90e47f049b
commit 040e20548e
1 changed files with 2 additions and 1 deletions

View File

@ -14,10 +14,11 @@
id="extension" class="codebox" name='extension' type='text' value="" placeholder="txt" /></span>
</div>
<div>
{% if disable_access_key != true %}
<span class="hint--top hint--bounce" data-hint="Require password to access (leave empty to disable)">
<input class="codebox" name="access_key" type="text" placeholder="password" />
</span>
{% endif %}
<select id="expiry" name="expires">
<option disabled>Expires:</option>
{% for expiry in expirylist %}