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 @@

Teacher/Tutor

@@ -179,7 +178,7 @@

Independent learner

diff --git a/portal/views/home.py b/portal/views/home.py index a6c101f11..164aad647 100644 --- a/portal/views/home.py +++ b/portal/views/home.py @@ -73,8 +73,6 @@ def render_signup_form(request): ) if request.method == "POST": - print("IN POST") - print(request.POST) if "teacher_signup-teacher_email" in request.POST: teacher_signup_form = TeacherSignupForm( request.POST, prefix="teacher_signup"