I'm new to coding, Python and Django, but trying to handle that :)
Decided to learn while trying to make a real project. Almost every trouble I get is solvable with the help of Google, but now I'm stucked at one point, and cannot find any information about that.
The thing is that I'm using a template from Themeforest called Jango (he-he :)) It can be find here: link. As you can see on that page, it has nice looking 'Sign In' button, and when you click it, sign in form appears.
So my question is how could I integrate that kind of form with allauth app. Is it possible?