Commit 3381976a authored by Hadley Rich's avatar Hadley Rich

Show date for directories in fileadmin

parent 38e5b805
...@@ -126,12 +126,12 @@ ...@@ -126,12 +126,12 @@
{{ size|filesizeformat }} {{ size|filesizeformat }}
</td> </td>
{% endif %} {% endif %}
{% endif %}
{% if admin_view.is_column_visible('date') %} {% if admin_view.is_column_visible('date') %}
<td> <td>
{{ timestamp_format(date) }} {{ timestamp_format(date) }}
</td> </td>
{% endif %} {% endif %}
{% endif %}
{% endblock %} {% endblock %}
</tr> </tr>
{% endfor %} {% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment