templates: port files to django template

This commit is contained in:
Jelle van der Waa 2016-11-30 21:53:09 +01:00
parent 9ae767cb4f
commit 8841e3f7f3
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ <h2>{{ pkg.pkgname }} {{ pkg.full_version }} File List</h2>
<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>