mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 00:53:08 +00:00 
			
		
		
		
	[FIX] Deuxième vague de fixes pour la mise à jour de mars (#619)
This commit is contained in:
		| @@ -88,7 +88,7 @@ | ||||
|                 {% if p.can_be_viewed_by(user) %} | ||||
|                     <a href="{{ url('sas:picture', picture_id=p.id) }}#pict"> | ||||
|                         <div | ||||
|                             class="photo" | ||||
|                             class="photo {% if p.is_vertical %}vertical{% endif %}" | ||||
|                             style="background-image: url('{{ p.get_download_thumb_url() }}')" | ||||
|                         > | ||||
|                             {% if not p.is_moderated %} | ||||
|   | ||||
| @@ -38,7 +38,7 @@ | ||||
|         <h3>{{ picture.get_display_name() }}</h3> | ||||
|         <h4>{{ picture.parent.children.filter(id__lte=picture.id).count() }} / {{ picture.parent.children.count() }}</h4> | ||||
|     </div> | ||||
|  | ||||
|     <br> | ||||
|  | ||||
|     {% if not picture.is_moderated %} | ||||
|         {% set next = picture.get_next() %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user