summaryrefslogtreecommitdiff
path: root/templates/packages/files.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/files.html')
-rw-r--r--templates/packages/files.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html
index 667a77cb..e2987e5f 100644
--- a/templates/packages/files.html
+++ b/templates/packages/files.html
@@ -9,7 +9,7 @@
<p>Package has {{ files_count }} file{{ files_count|pluralize }} and {{ dir_count }} director{{ dir_count|pluralize:"y,ies" }}.</p>
<p><a href="{{ pkg.get_absolute_url }}">Back to Package</a></p>
<div id="metadata"><div id="pkgfilelist">
- {% include "packages/files_list.html.jinja" %}
+ {% include "packages/files_list.html" %}
</div></div>
</div>