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 output as expected. * When I load up "registration_form.html" (from the registration app), the CSS stylings disappear. * When I enter the style reference directly into the template (instead of extending the base), the style is loaded properly: <link rel="stylesheet" type="text/css" href="/fileserve/style.css" /> Any help would be appreciated, thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---