mirror of
				https://github.com/fspc/workstand.git
				synced 2025-10-31 08:25:35 -04:00 
			
		
		
		
	PEP 8.
This commit is contained in:
		
							parent
							
								
									40b88097d1
								
							
						
					
					
						commit
						bb5d77b185
					
				| @ -10,7 +10,8 @@ logger = logging.getLogger('bikeshop') | ||||
| 
 | ||||
| class MembershipForm(ModelForm): | ||||
|     member = CharField(required=True, widget=HiddenInput()) | ||||
|     self_ident_other = CharField(required=False, label='Self identification', widget=TextInput(attrs={'class': 'mdl-textfield__input'})) | ||||
|     self_ident_other = CharField(required=False, label='Self identification', | ||||
|                                  widget=TextInput(attrs={'class': 'mdl-textfield__input'})) | ||||
|     gender_other = CharField(required=False, label='Other', widget=TextInput(attrs={'class': 'mdl-textfield__input'})) | ||||
|     safe_space = BooleanField(required=True, widget=CheckboxInput( | ||||
|         attrs={'class': 'mdl-checkbox__input'} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user