diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2010-12-29 21:38:35 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2010-12-29 21:38:35 +0000 |
commit | edb96c300a560f35ed8f8d6dd87d3159e1edbbe2 (patch) | |
tree | aaa034172ed00bd4f627eece08fd737e6cfbc929 /templates/packages/details.html | |
parent | f66414291ae9c19bea9db6b1c86390dc694afbb8 (diff) |
Revert "Various changes, plus licenses are now pointing to the real licenses. (gtklocker)"
This reverts commit d8fe78f471f2b7821a99f7c2697e0e2ab0a374c1.
Conflicts:
media/devs/gtklocker.png
Diffstat (limited to 'templates/packages/details.html')
-rw-r--r-- | templates/packages/details.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index f7680593..1721dc56 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -108,13 +108,7 @@ title="Visit the website for {{ pkg.pkgname }}">{{ pkg.url }}</a>{% endif %}</td> </tr><tr> <th>License:</th> - {% if pkg.license = 'GPL' %} - <td><a href="http://www.gnu.org/licenses/gpl.txt">{{ pkg.license }}</a></td> - {% else %}{% if pkg.license = 'GPL3' %} - <td><a href="http://www.gnu.org/licenses/gpl.txt">{{ pkg.license }}</a></td> - {% else %} - <td>{{ pkg.license }}</td> - {% endif %} + <td>{{ pkg.license }}</td> </tr><tr> <th>Groups:</th> {% with pkg.packagegroup_set.all as groups %} @@ -213,7 +207,6 @@ </div><!-- #pkgfiles --> </div><!-- #metadata --> - {% endif %} {% endcache %} </div><!-- #pkgdetails --> |