summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-04-20 13:31:20 -0500
committerDan McGee <dan@archlinux.org>2013-04-20 13:31:43 -0500
commit7873cb9a052c7991f3d91ddf4dc05caef6305cd7 (patch)
treec2ec8c3e8af4bf1027abd5eb53c2bbd88bbe86d3
parent1364f689fd177e11ab04f0842035175baf80de35 (diff)
downloadarchweb-7873cb9a052c7991f3d91ddf4dc05caef6305cd7.tar.gz
archweb-7873cb9a052c7991f3d91ddf4dc05caef6305cd7.zip
Unbreak the package differences page
We had a weird conditional around everything on the page that doesn't really need to be there. Remove it. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/packages/differences.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/packages/differences.html b/templates/packages/differences.html
index 3d3f6edf..b0b9b419 100644
--- a/templates/packages/differences.html
+++ b/templates/packages/differences.html
@@ -5,7 +5,6 @@
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
-{% if differences %}
<div class="box">
<h2>Package Differences by Architecture</h2>
<div class="filter-criteria">
@@ -111,5 +110,4 @@ $(document).ready(function() {
filter_packages();
});
</script>
-{% endif %}
{% endblock %}