From 65356e2de9b389083bb51fa8c69a107116e688bc Mon Sep 17 00:00:00 2001 From: Rohan Samanta <42403165+espatatis@users.noreply.github.com> Date: Sat, 22 Aug 2020 02:26:43 +0530 Subject: [PATCH] The proposal submission form had a minor typo. Changed the checkbox saying "Make the context URLs private" to "Make the content URLs private". --- junction/proposals/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junction/proposals/forms.py b/junction/proposals/forms.py index d53de099..17c30399 100644 --- a/junction/proposals/forms.py +++ b/junction/proposals/forms.py @@ -132,7 +132,7 @@ class ProposalForm(forms.Form): ) private_content_urls = forms.BooleanField( help_text="Check the box if you want to make your content URLs private", - label="Make the context URLs private", + label="Make the content URLs private", required=False, ) speaker_info = forms.CharField(