mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Move enterprise-registration to zilencer/ from zerver/
(imported from commit d8a58913040376dbdbc9dcee13ab8a7910733da7)
This commit is contained in:
		
							
								
								
									
										6
									
								
								zilencer/forms.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								zilencer/forms.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
from django import forms
 | 
			
		||||
 | 
			
		||||
class EnterpriseToSForm(forms.Form):
 | 
			
		||||
    full_name = forms.CharField(max_length=100)
 | 
			
		||||
    company = forms.CharField(max_length=100)
 | 
			
		||||
    terms = forms.BooleanField(required=True)
 | 
			
		||||
		Reference in New Issue
	
	Block a user