diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-20 01:36:47 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-20 01:36:47 +0200 |
commit | 60738969375fc72ff254517107ce53e14b068e24 (patch) | |
tree | 13611889ef065a292d4138f0b7cc5200b7aa0631 | |
parent | c9c3dffdec1afa8ce4ff8d26113ff871a25d224d (diff) | |
download | archweb-60738969375fc72ff254517107ce53e14b068e24.tar.gz archweb-60738969375fc72ff254517107ce53e14b068e24.tar.xz |
Fix template comment guard
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/packages/details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 2f1031a..d09d8ad 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -142,8 +142,8 @@ {% comment %} <th>Signed:</th> <td>{{ pkg.is_signed|yesno|capfirst }}</td> - {% endcomment %} </tr><tr> + {% endcomment %} <th>Build Date:</th> <td>{{ pkg.build_date|date:"DATETIME_FORMAT" }} UTC</td> </tr><tr> |