diff --git a/cfl_common/setup.py b/cfl_common/setup.py index 17c5d94c4..86b91a3e4 100644 --- a/cfl_common/setup.py +++ b/cfl_common/setup.py @@ -18,16 +18,16 @@ include_package_data=True, install_requires=[ "django==4.2.16", - "djangorestframework==3.15.1", - "django-two-factor-auth==1.17.0", "django-countries==7.6.1", - "pyjwt==2.6.0", - "pgeocode==0.4.0", - "django-pipeline==3.1.0", "django-csp==3.8", - "more-itertools==8.7.0", - "libsass==0.23.0", "django-import-export==4.2.0", + "django-pipeline==3.1.0", + "django-two-factor-auth==1.17.0", + "djangorestframework==3.15.1", + "libsass==0.23.0", + "more-itertools==8.7.0", + "pgeocode==0.4.0", + "pyjwt==2.6.0", ], tests_require=[], test_suite="tests", diff --git a/portal/templates/portal/register.html b/portal/templates/portal/register.html index fdbeb9c87..ce406f2d2 100644 --- a/portal/templates/portal/register.html +++ b/portal/templates/portal/register.html @@ -76,8 +76,7 @@