Remove stray CSS reference; whitespace

Fixes #17
This commit is contained in:
Scot Hacker 2014-08-26 12:45:30 -07:00
parent 305dfc0f93
commit 94b01d868d
8 changed files with 125 additions and 127 deletions

View file

@ -6,7 +6,6 @@
<script src="{{STATIC_URL}}js/ui.datepicker.js" type="text/javascript"></script>
<script src="{{STATIC_URL}}todo/js/jquery.tablednd_0_5.js" type="text/javascript"></script>
<link type="text/css" href="{{STATIC_URL}}js/jquery-ui-1.7.1.custom.css" rel="Stylesheet" />
<script type="text/javascript" charset="utf-8">
// thedate.x comes from the edit_task view. If this is a new entry,
@ -16,5 +15,4 @@
});
</script>
{% endblock extrahead %}