From 9c91da96602b3915c7ee31e94eaa3f8565de4ef5 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Sat, 11 Oct 2008 20:14:10 -0400 Subject: drop jquery dependency --- templates/packages/signoffs.html | 5 ----- templates/todolists/view.html | 9 --------- 2 files changed, 14 deletions(-) (limited to 'templates') diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html index ef3624f..7f13a49 100644 --- a/templates/packages/signoffs.html +++ b/templates/packages/signoffs.html @@ -1,10 +1,5 @@ {% extends "base.html" %} -{% load package_extras %} {% block title %}Arch Linux - Package Signoffs{% endblock %} -{% block head %} - - -{% endblock %} {% block content %} {% if packages %} diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 7eb88ae..535fe26 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,14 +1,5 @@ {% extends "base.html" %} {% block head %} - - -