DJBarnes / django-adminlte2-pdq

A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme.
MIT License
6 stars 0 forks source link

See if the default user image logic is using the template tag that can show initials. #9

Open DJBarnes opened 2 years ago

DJBarnes commented 2 years ago

See if the default user image logic is using the template tag that can show initials. It appears that right now it just uses the generic user picture, but probably could default to initials as I know we have that template tag included in this package.

DJBarnes commented 2 years ago

Currently, it seems to only use gravatar and not the initial template tag. It appears as though there would be more work involved than simply using the initials template tag as this was tried with some strange results. In fact, some testing with just that initials template tag needs to be done to see if the entire tag even works correctly. Might need some refactoring to get right. Especially if it will be used in CSS that came from Adminlte2.