tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

Some Custom Styles Settings are not being used #934

Closed sdc50 closed 1 year ago

sdc50 commented 1 year ago

I can't find anywhere where the custom styles user_base_css or accounts_base_css are being applied. It seems like these are missing from the base templates.

Also, I don't think we even have a user "base" template per se. The profile template extends the global base, and the other templates extend the profile template. So I guess the profile template would be considered the user_base template, and should be where the user_base_css is applied.