summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-19 18:36:47 -0500
committerDan McGee <dan@archlinux.org>2011-08-19 18:36:47 -0500
commit60738969375fc72ff254517107ce53e14b068e24 (patch)
tree13611889ef065a292d4138f0b7cc5200b7aa0631 /templates
parentc9c3dffdec1afa8ce4ff8d26113ff871a25d224d (diff)
downloadarchweb-60738969375fc72ff254517107ce53e14b068e24.tar.gz
archweb-60738969375fc72ff254517107ce53e14b068e24.zip
Fix template comment guard
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 2f1031a6..d09d8ada 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>