|
|
@ -24,7 +24,7 @@ |
|
|
|
{{ macros.field(_locals, 'text', 'slug', '', 'Custom url slug', 'Example: beautiful_image.jpg sets url to https://'+default_domain+'/beautiful_image.jpg', validation_attributes='disabled') }} |
|
|
|
{{ macros.field(_locals, 'checkbox', 'autogen_url', '', 'Generate url automatically', null, validation_attributes='checked') }} |
|
|
|
|
|
|
|
{{ macros.csrf(getCSRFToken) }} |
|
|
|
{{ macros.csrf(getCsrfToken) }} |
|
|
|
|
|
|
|
<button type="submit"><i data-feather="upload"></i> Upload</button> |
|
|
|
</form> |
|
|
@ -53,4 +53,4 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
{% include 'desktop-utility.njk' %} |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |