Merge branch 'master' into stable
This commit is contained in:
		
						commit
						87709a0585
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -145,9 +145,10 @@ class KorekturyView(generic.TemplateView): | ||||||
|             if email: |             if email: | ||||||
|                 emails.add(email) |                 emails.add(email) | ||||||
|         # zodpovedny org |         # zodpovedny org | ||||||
|         email_zobpovedny = oprava.pdf.org.user.email |         if oprava.pdf.org: | ||||||
|         if email_zobpovedny: |             email_zobpovedny = oprava.pdf.org.user.email | ||||||
|             emails.add(email_zobpovedny) |             if email_zobpovedny: | ||||||
|  |                 emails.add(email_zobpovedny) | ||||||
| 
 | 
 | ||||||
|         send_mail(subject, text, from_email, list(emails)) |         send_mail(subject, text, from_email, list(emails)) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Bc. Petr Pecha
						Bc. Petr Pecha