diff options
-rw-r--r-- | templates/packages/files.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html index 2fff5ff1..e8a8facf 100644 --- a/templates/packages/files.html +++ b/templates/packages/files.html @@ -3,6 +3,9 @@ {% block content %} <div class="box"> <h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2> + <p style="padding: 10px 20px;"> + <a href="{{ pkg.get_absolute_url }}">Back to Package</a> + </p> {% include "packages/files-list.html" %} </div> {% endblock %} |