diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/signoffs.html | 5 | ||||
-rw-r--r-- | templates/todolists/view.html | 9 |
2 files changed, 0 insertions, 14 deletions
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html index ef3624fa..7f13a498 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 %} -<script type="text/JavaScript" src="/media/calendar.js"></script> -<link href="/media/calendar.css" rel="stylesheet" type="text/css" /> -{% endblock %} {% block content %} {% if packages %} diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 7eb88ae1..535fe26b 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,14 +1,5 @@ {% extends "base.html" %} {% block head %} -<script type="text/javascript" src="/media/jquery-1.2.3.min.js"></script> -<script type="text/javascript" src="/media/jquery.tablesorter.min.js"></script> -<script type="text/javascript"> - $(document).ready( - function(){ - $("#todotable").tablesorter({widgets: ['zebra']}); - } - ); -</script> <style type="text/css"> table#todotable thead tr .header { background-image: url('/media/bg.gif'); |