summaryrefslogtreecommitdiff
path: root/templates/packages/files-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/files-list.html')
-rw-r--r--templates/packages/files-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/files-list.html b/templates/packages/files-list.html
index 1c9ea635..bb89b663 100644
--- a/templates/packages/files-list.html
+++ b/templates/packages/files-list.html
@@ -5,7 +5,7 @@ of the package; it may be out of date.</p>
{% if files.count %}
<ul>
{% for file in files %}
- <li>{{ file.path }}</li>
+ <li>{{ file.directory }}{{ file.filename|default:'' }}</li>
{% endfor %}
</ul>
{% else %}