Template behaving oddly...

2011-01-14 Thread Fletcher Haynes
Hi everyone, I'm trying to work on a project in Django, but I'm encountering some odd behavior. I have this in base.html in my template directory: {% block title %}Schedule{% endblock %} {% block logobar %} Logo bar will go here

Re: Template behaving oddly...

2011-01-16 Thread Fletcher Haynes
Ah, got it. Thanks so much! 2011/1/14 Rubén Dugo Martín > You get the template but you don't render it. > > 2011/1/14 Fletcher Haynes > >> Hi everyone, >> >> I'm trying to work on a project in Django, but I'm encountering some odd >> behavior

jQuery UI Stylesheet

2011-01-16 Thread Fletcher Haynes
Hello, I'm having some trouble getting jQuery UI to work. It doesn't seem to be finding the CSS static file...here is my base.html and the page that inherits from it. It does find my style.css file fine, which is my non-jQuery stylesheet. http://dpaste.com/324572/ I'd appreciate any help. -- Yo