mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Add an "I agree to the terms of use" checkbox inside signup workflow.
(imported from commit 6d3320e71e189f4577da464fade9c8f7f5838f78)
This commit is contained in:
@@ -17,6 +17,7 @@ class RegistrationForm(forms.Form):
|
||||
full_name = forms.CharField(max_length=100)
|
||||
password = forms.CharField(widget=forms.PasswordInput, max_length=100)
|
||||
domain = forms.CharField(max_length=100)
|
||||
terms = forms.BooleanField(required=True)
|
||||
|
||||
class HomepageForm(forms.Form):
|
||||
email = UniqueEmailField()
|
||||
|
||||
Reference in New Issue
Block a user