Skip to content

Commit

Permalink
Merge pull request adeyosemanputra#192 from sumukhchitloor/master
Browse files Browse the repository at this point in the history
Fixes bootstrap4 issue
  • Loading branch information
adeyosemanputra authored Mar 24, 2023
2 parents 9a3bebc + d40f11e commit 8deba11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pygoat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'django.contrib.sites',
'introduction.apps.IntroductionConfig',
'crispy_forms',

'crispy_bootstrap4',
'allauth',
'allauth.account',
'allauth.socialaccount',
Expand Down Expand Up @@ -133,6 +133,8 @@

STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4"

CRISPY_TEMPLATE_PACK = 'bootstrap4'

LOGIN_REDIRECT_URL='/'
Expand Down

0 comments on commit 8deba11

Please sign in to comment.