summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2009-08-18 10:31:18 -0600
committerDusty Phillips <buchuki@gmail.com>2009-08-18 10:31:18 -0600
commita885c3d9b695a3743cd5c76ddc4708c2987b1020 (patch)
tree2a8062419cb336558326d22bfd7e91552c3897c9 /templates
parent0d475997680e16014777b05c243b82fdd64e3c2b (diff)
downloadarchweb-a885c3d9b695a3743cd5c76ddc4708c2987b1020.tar.gz
archweb-a885c3d9b695a3743cd5c76ddc4708c2987b1020.zip
Apparently you couldn't view the packages page if the user wasn't logged into the admin.
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index 62e4c676..37ee3bc6 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -2,7 +2,7 @@
{% load package_extras %}
{% block title %}Arch Linux - Package Search{% endblock %}
{% block head %}
-<script type="text/javascript" src="/admin/jsi18n/"></script>
+<script type="text/javascript" src="/media/django-jsi18n.js"></script>
<script type="text/javascript" src="/media/admin_media/js/core.js"></script>
{{search_form.media}}
{% endblock %}