Řešení už neposíláme (v přihlášce a editaci profilu)
This commit is contained in:
		
							parent
							
								
									f5ac7e3aa5
								
							
						
					
					
						commit
						f188442666
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -67,7 +67,7 @@ class PrihlaskaForm(PasswordResetForm): | |||
| 		min_value=date.today().year,  | ||||
| 		max_value=date.today().year+8, | ||||
| 		required=True) | ||||
| 	zasilat = forms.ChoiceField(label='Kam zasílat čísla a řešení',choices = Resitel.ZASILAT_CHOICES, required=True) | ||||
| 	zasilat = forms.ChoiceField(label='Kam zasílat čísla',choices = Resitel.ZASILAT_CHOICES, required=True) | ||||
| 	zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat e-mailem upozornění na vydání nového čísla', required=False) | ||||
| 
 | ||||
| 	jak_se_dozvedeli = forms.CharField(widget=forms.Textarea({"rows": 3, "cols": 20}), label='Jak ses o M&M dozvěděl(a)? (Nechceš-li odpovídat, napiš „nechci uvést“.)', required=True) | ||||
|  | @ -173,7 +173,7 @@ class ProfileEditForm(forms.Form): | |||
| 		min_value=date.today().year,  | ||||
| 		max_value=date.today().year+8, | ||||
| 		required=True) | ||||
| 	zasilat = forms.ChoiceField(label='Kam zasílat čísla a řešení',choices = Resitel.ZASILAT_CHOICES, required=True) | ||||
| 	zasilat = forms.ChoiceField(label='Kam zasílat čísla',choices = Resitel.ZASILAT_CHOICES, required=True) | ||||
| 	zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat email s upozorněním na vydání nového čísla', required=False) | ||||
| 
 | ||||
| 	spam = forms.BooleanField(label='Souhlasím se zasíláním materiálů od MFF UK', required=False) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue