django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

add the missing template for the login via socialaccount #133

Closed kimakan closed 1 year ago

kimakan commented 1 year ago

Currently, daiquiri uses the standard template from django-allauth, which doesn't use the styling of the website. For instance, see https://gaia.aip.de/accounts/google/login/?process=login.

This PR adds a simple login template for the redirection to the third party websites, which uses the styling of the website.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3873499323


Totals Coverage Status
Change from base Build 3845940112: 0.0%
Covered Lines: 4604
Relevant Lines: 6993

💛 - Coveralls
galkinAIP commented 1 year ago

Thumbs up for merge.