updates to digiserver app server
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
{% if content.content_type == 'weblink' %}
|
||||
<a href="{{ content.url }}" target="_blank" rel="noopener noreferrer">{{ content.url }}</a>
|
||||
{% else %}
|
||||
{{ content.filename }}
|
||||
{{ content.original_display_name }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
@@ -434,7 +434,7 @@
|
||||
{% elif content.content_type == 'video' %}🎥
|
||||
{% elif content.content_type == 'pdf' %}📄
|
||||
{% else %}📁{% endif %}
|
||||
{{ content.filename }}
|
||||
{{ content.original_display_name }}
|
||||
</div>
|
||||
<div style="font-size: 12px; color: #999;">
|
||||
{{ content.file_size_mb }} MB
|
||||
|
||||
Reference in New Issue
Block a user