summaryrefslogtreecommitdiff
path: root/templates/packages/details.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/details.html')
-rw-r--r--templates/packages/details.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 091e57ec..e12a65ea 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -1,5 +1,4 @@
{% extends "base.html" %}
-{% load cache %}
{% load package_extras %}
{% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.full_version }} ({{ pkg.arch.name }}){% endblock %}
@@ -12,7 +11,6 @@
<h2>Package Details: {{ pkg.pkgname }} {{ pkg.full_version }}</h2>
<div id="detailslinks" class="listing">
-
<div id="actionlist">
<h4>Package Actions</h4>
<ul class="small">
@@ -70,10 +68,8 @@
</ul>
</div>
{% endif %}{% endwith %}
-
</div>
- {% cache 300 package-details-pkginfo pkg.id %}
<table id="pkginfo">
<tr>
<th>Architecture:</th>
@@ -201,7 +197,6 @@
</div>
</div>
- {% endcache %}
</div>