Open destos opened 3 weeks ago
How do you overwrite the slipper component templates? I'm attempting to update the container component to swap out some classes.
I've created a components/container.html in one of my apps to attempt this. That doesn't appear to work.
components/container.html
I moved that app above allauth_ui in the the INSTALLED_APPS. And that didn't work as well.
allauth_ui
INSTALLED_APPS
Somewhat related issues/PRs: #76 #89
It might be better to forward this to the slippers author.
How do you overwrite the slipper component templates? I'm attempting to update the container component to swap out some classes.
I've created a
components/container.html
in one of my apps to attempt this. That doesn't appear to work.I moved that app above
allauth_ui
in the theINSTALLED_APPS
. And that didn't work as well.Somewhat related issues/PRs: #76 #89