Update paste template for disable-access-key option.
This commit is contained in:
parent
90e47f049b
commit
040e20548e
|
@ -14,10 +14,11 @@
|
||||||
id="extension" class="codebox" name='extension' type='text' value="" placeholder="txt" /></span>
|
id="extension" class="codebox" name='extension' type='text' value="" placeholder="txt" /></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
{% if disable_access_key != true %}
|
||||||
<span class="hint--top hint--bounce" data-hint="Require password to access (leave empty to disable)">
|
<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" />
|
<input class="codebox" name="access_key" type="text" placeholder="password" />
|
||||||
</span>
|
</span>
|
||||||
|
{% endif %}
|
||||||
<select id="expiry" name="expires">
|
<select id="expiry" name="expires">
|
||||||
<option disabled>Expires:</option>
|
<option disabled>Expires:</option>
|
||||||
{% for expiry in expirylist %}
|
{% for expiry in expirylist %}
|
||||||
|
|
Loading…
Reference in New Issue