NDOJ/templates/widgets/fine_uploader.html

5 lines
195 B
HTML
Raw Normal View History

2021-11-27 21:28:48 -06:00
{% if widget.is_initial %}
2023-01-27 17:11:10 -06:00
{{ widget.initial_text }}: <a href="{{ widget.value.url }}">{{ widget.value }}</a>
2021-11-27 21:28:48 -06:00
{% endif %}
<center id={{widget.fine_uploader_id}} class="fine-uploader"></center>