diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/details.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 43a1e662..3a69bf2e 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -39,6 +39,9 @@ <th>Upstream URL:</th> <td><a href="{{ pkg.url }}">{{ pkg.url }}</a></td> </tr><tr> + <th>License:</th> + <td>{{ pkg.license }}</td> + </tr><tr> <th>Maintainer:</th> <td>{% if pkg.maintainer %}{{ pkg.maintainer.get_full_name }}{% else %}None{% endif %}</td> </tr><tr> |