diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/details.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 099b8c69..78209d83 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -38,10 +38,10 @@ </tr><tr> <th>Repository:</th> <td>{{ pkg.repo.name|capfirst }}</td> - </tr>{% if pkg.pkgname != pkg.pkgbase %}<tr> + </tr>{% ifnotequal pkg.pkgname pkg.pkgbase %}<tr> <th>Base Package Name:</th> <td>{{ pkg.pkgbase }}</td> - </tr>{% endif %}<tr> + </tr>{% endifnotequal %}<tr> <th>Description:</th> <td>{% if pkg.pkgdesc %}{{ pkg.pkgdesc }}{% endif %}</td> </tr><tr> |