diff options
Diffstat (limited to 'templates/devel/packages.html')
-rw-r--r-- | templates/devel/packages.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/devel/packages.html b/templates/devel/packages.html index 3b511c98..32cdf217 100644 --- a/templates/devel/packages.html +++ b/templates/devel/packages.html @@ -6,6 +6,7 @@ {% block content %} <div class="box"> <h2>{{ title }}</h2> + <p>{{ packages|length }} package{{ packages|pluralize }} found.</p> <table class="results"> <thead> <tr> |