GalerieNahled: title náhledu je popis obrázku
a ne "Zobrazit tuto fotografii"
This commit is contained in:
		
							parent
							
								
									23aede313e
								
							
						
					
					
						commit
						ec6f988e51
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -78,7 +78,11 @@ Galerie {{galerie.nazev}} | ||||||
|   {% if obrazky %} |   {% if obrazky %} | ||||||
|   <div class="galerie_nahledy"> |   <div class="galerie_nahledy"> | ||||||
|     {% for obrazek in obrazky %} |     {% for obrazek in obrazky %} | ||||||
|         <a title="Zobrazit tuto fotografii" href="./{{obrazek.pk}}#nahoru" class="galerie_nahled"><span class="vystredeno"></span><img |         <a | ||||||
|  |             {% if obrazek.popis %} | ||||||
|  |               title="{{ obrazek.popis }}" | ||||||
|  |             {% endif %} | ||||||
|  |             href="./{{obrazek.pk}}#nahoru" class="galerie_nahled"><span class="vystredeno"></span><img | ||||||
|             src="{{obrazek.obrazek_maly.url}}" |             src="{{obrazek.obrazek_maly.url}}" | ||||||
|             width="{{ obrazek.obrazek_maly.width }}" |             width="{{ obrazek.obrazek_maly.width }}" | ||||||
|             height="{{ obrazek.obrazek_maly.height }}" /> |             height="{{ obrazek.obrazek_maly.height }}" /> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Matěj Kocián
						Matěj Kocián