Re: Lost CSS using Django-registration

2009-05-24 Thread Anthony
One night of good sleep, and I find the error...somehow, the leading '/' was missing from the declaration. thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send ema

Lost CSS using Django-registration

2009-05-24 Thread Anthony
I've set up a base.html file that my html templates extend. This base.html loads a style.css that is being served up by my static file server (currently, the django development static file server). * When I load up one of my custom templates (home.html), the CSS stylings are applied to the outpu