summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-10-13 12:26:58 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2019-10-13 12:26:58 +0200
commit10ff1df6efde498cd745a42f3da8d91b306b5d86 (patch)
treec1444fb4770cb329f52cfd977a4f791f6d601092
parentc46444aa9722ac4e9faded36caa4b7f844d3452d (diff)
downloadarchweb-10ff1df6efde498cd745a42f3da8d91b306b5d86.tar.gz
archweb-10ff1df6efde498cd745a42f3da8d91b306b5d86.zip
devel: remove package description from reports
The description doesn't add a lot of useful information to the report.
-rw-r--r--templates/devel/packages.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/devel/packages.html b/templates/devel/packages.html
index e0843efc..33bc4428 100644
--- a/templates/devel/packages.html
+++ b/templates/devel/packages.html
@@ -41,7 +41,6 @@
<th>Repo</th>
<th>Name</th>
<th>Version</th>
- <th>Description</th>
<th>Last Updated</th>
<th>Build Date</th>
<th>Flag Date</th>
@@ -61,7 +60,6 @@
{% else %}
<td>{{ pkg.full_version }}</td>
{% endif %}
- <td class="wrap">{{ pkg.pkgdesc }}</td>
<td>{{ pkg.last_update|date }}</td>
<td>{{ pkg.build_date|date }}</td>
<td>{{ pkg.flag_date|date }}</td>