odebrány mezery v závorkách v archivu článků
This commit is contained in:
		
							parent
							
								
									2eaabaf021
								
							
						
					
					
						commit
						4a20e48295
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		|  | @ -19,18 +19,15 @@ | |||
| 			{% if clanek.cislo.pdf %} | ||||
| 			<a href="{{ clanek.cislo.pdf.url }}"> | ||||
| 				{{ clanek.nazev }} | ||||
| 				({% for r in clanek.reseni_set.first.resitele.all %} | ||||
| 					{{r}} | ||||
| 					{% if not forloop.last %},{% endif %} | ||||
| 				{% endfor %} | ||||
| 				({% for r in clanek.reseni_set.first.resitele.all %}{{r}}{% if not forloop.last %}, {% endif %}{% endfor %}) | ||||
| 			</a> | ||||
| 			) | ||||
| 			 | ||||
| 			{% else %} | ||||
| 				{{ clanek.nazev }}  | ||||
| 				({% for r in clanek.reseni_set.first.resitele.all %} | ||||
| 				{% for r in clanek.reseni_set.first.resitele.all %} | ||||
| 					{{r}}, | ||||
| 				{% endfor %} | ||||
| 				vyšlo v čísle {{clanek.cislo}}) | ||||
| 				(vyšlo v čísle {{clanek.cislo}}) | ||||
| 			{% endif %} | ||||
| 		</li> | ||||
| 	{% endwith %} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Kateřina Č
						Kateřina Č