diff options
Diffstat (limited to 'templates/packages/files.html')
-rw-r--r-- | templates/packages/files.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html index e8a8facf..2f951062 100644 --- a/templates/packages/files.html +++ b/templates/packages/files.html @@ -6,7 +6,9 @@ <p style="padding: 10px 20px;"> <a href="{{ pkg.get_absolute_url }}">Back to Package</a> </p> + <div class="listing" id="filelist"> {% include "packages/files-list.html" %} + </div> </div> {% endblock %} |