Skip to content

Commit

Permalink
[bug] Email confirmation fix #243
Browse files Browse the repository at this point in the history
Added `openwisp_users.accounts` to override default allauth-templates.

Closes #243
  • Loading branch information
codesankalp authored Apr 25, 2021
1 parent e9b25ce commit 8e17c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'django.contrib.staticfiles',
# openwisp admin theme
'openwisp_utils.admin_theme',
'openwisp_users.accounts',
# all-auth
'django.contrib.sites',
'allauth',
Expand Down

0 comments on commit 8e17c62

Please sign in to comment.