From d82cf2ac240b1125c0735e9bb4adc2d294ee1ae5 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 11 Feb 2025 20:20:50 +0000 Subject: [PATCH] Remove broken dark theme on sign-in and sign-up pages --- .../templates/allauth/layouts/entrance.html | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html index 96ba42499..5260028c5 100644 --- a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html +++ b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html @@ -1,6 +1,5 @@ {% raw %}{% extends "base.html" %} {% load i18n %} -{% block bodyclass %}bg-light{% endblock bodyclass %} {% block css %}{{ block.super }}{% endblock css %} {% block title %}