Větší mezery mezi jednotlivými korekturami ve vláknu v e-mailu
This commit is contained in:
		
							parent
							
								
									fe55f94aec
								
							
						
					
					
						commit
						7f768ed197
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -166,7 +166,7 @@ class KorekturyView(generic.TemplateView): | ||||||
| 		texty = [(oprava.autor.osoba.plne_jmeno(),oprava.text)] | 		texty = [(oprava.autor.osoba.plne_jmeno(),oprava.text)] | ||||||
| 		for kom in Komentar.objects.filter(oprava=oprava): | 		for kom in Komentar.objects.filter(oprava=oprava): | ||||||
| 			texty.append((kom.autor.osoba.plne_jmeno(),kom.text)) | 			texty.append((kom.autor.osoba.plne_jmeno(),kom.text)) | ||||||
| 		optext = "\n".join([": ".join(t) for t in texty]) | 		optext = "\n\n\n".join([": ".join(t) for t in texty]) | ||||||
| 		text = u"Text komentáře:\n\n{}\n\n=== Konec textu komentáře ===\n\ | 		text = u"Text komentáře:\n\n{}\n\n=== Konec textu komentáře ===\n\ | ||||||
| 				\nodkaz do korekturovátka: {}\n\ | 				\nodkaz do korekturovátka: {}\n\ | ||||||
| 				\nVaše korekturovátko\n".format(optext, odkaz) | 				\nVaše korekturovátko\n".format(optext, odkaz) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue