diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 19:15:59 +0200 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 19:15:59 +0200 |
commit | 0b96068803b81ea79baaea11b1b29450596c019c (patch) | |
tree | 67b5f709bd91d3f31efff277d16840a59f8fe3c3 /templates/packages/signoffs.html | |
parent | 22f22ef66927a09b8eda4d731d5af15e0c42a345 (diff) | |
download | archweb-0b96068803b81ea79baaea11b1b29450596c019c.tar.gz archweb-0b96068803b81ea79baaea11b1b29450596c019c.tar.xz |
replace package search with a nonfunctional newform
Diffstat (limited to 'templates/packages/signoffs.html')
-rw-r--r-- | templates/packages/signoffs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html index 55d534d..7db2927 100644 --- a/templates/packages/signoffs.html +++ b/templates/packages/signoffs.html @@ -1,5 +1,5 @@ -{% load package_extras %} {% extends "base.html" %} +{% load package_extras %} {% block title %}Arch Linux - Package Signoffs{% endblock %} {% block head %} <script type="text/JavaScript" src="/media/calendar.js"></script> |