mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
Remove broken dark theme on sign-in and sign-up pages
This commit is contained in:
parent
9610a68211
commit
d82cf2ac24
|
@ -1,6 +1,5 @@
|
||||||
{% raw %}{% extends "base.html" %}
|
{% raw %}{% extends "base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block bodyclass %}bg-light{% endblock bodyclass %}
|
|
||||||
|
|
||||||
{% block css %}{{ block.super }}{% endblock css %}
|
{% block css %}{{ block.super }}{% endblock css %}
|
||||||
{% block title %}
|
{% block title %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user