slash dazu

This commit is contained in:
Holger Trampe 2021-10-12 09:47:21 +02:00
parent 8511b59d2a
commit 2ea5852aac
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
{% getNextcloudURL as nc_url %} {% getNextcloudURL as nc_url %}
{{dirlink}} {{dirlink}}
<!--<a href="{{nc_url}}{{filelink}}" target="_blank">{{filename|truncatechars:30}}</a>--> <!--<a href="{{nc_url}}{{filelink}}" target="_blank">{{filename|truncatechars:30}}</a>-->
<a href="{{nc_url}}apps/files/?dir={{dirlink}}&openfile={{file.nc_id}}" target="_blank">{{filename|truncatechars:30}}</a> <a href="{{nc_url}}apps/files/?dir=/{{dirlink}}&openfile={{file.nc_id}}" target="_blank">{{filename|truncatechars:30}}</a>
<br /> <br />
{% endfor %} {% endfor %}
</p> </p>