diff options
author | Dusty Phillips <buchuki@gmail.com> | 2009-01-01 12:36:13 -0500 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2009-01-01 12:36:13 -0500 |
commit | b3b52f5d69087a391b87b5eda693d99f8b2c1811 (patch) | |
tree | 957f15b1b8524f833034867869c9b03a2e34e292 /templates/packages/details.html | |
parent | 945c52710ab7374f12fc0b66729beaef5e59b5b4 (diff) |
display the license field on package descriptions
Diffstat (limited to 'templates/packages/details.html')
-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> |