Skip to content

Commit

Permalink
[fix] Main template on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
purhan committed Dec 5, 2020
1 parent 67fdb00 commit 622e457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# overrides allauth templates
# must precede allauth
'openwisp_users.accounts',
# openwisp2 admin theme
# (must be loaded here)
'openwisp_utils.admin_theme',
'allauth',
'allauth.account',
'allauth.socialaccount',
Expand All @@ -54,9 +57,6 @@
'openwisp_firmware_upgrader',
'private_storage',
{% endif %}
# openwisp2 admin theme
# (must be loaded here)
'openwisp_utils.admin_theme',
# admin
'django.contrib.admin',
'django.forms',
Expand Down

0 comments on commit 622e457

Please sign in to comment.