NDOJ/templates/widgets/fine_uploader.html

5 lines
195 B
HTML
Raw Normal View History

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