Fix heading ordering
This commit is contained in:
parent
4e702314d8
commit
40d78528df
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
<img src="{{ photo.get_thumbnail_url }}" class="card-img-top" alt="{{ photo.title }}">
|
<img src="{{ photo.get_thumbnail_url }}" class="card-img-top" alt="{{ photo.title }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">{{ gallery.title }}</h5>
|
<h4 class="card-title h5">{{ gallery.title }}</h4>
|
||||||
{% if gallery.date_start %}<p class="card-text text-muted small mb-0">{{ gallery.date_start }}{% if gallery.date_end and gallery.date_end != gallery.date_start %} - {{ gallery.date_end }}{% endif %}</p>{% endif %}
|
{% if gallery.date_start %}<p class="card-text text-muted small mb-0">{{ gallery.date_start }}{% if gallery.date_end and gallery.date_end != gallery.date_start %} - {{ gallery.date_end }}{% endif %}</p>{% endif %}
|
||||||
{% if request.user.is_staff and gallery.photo_private_count %}<p class="card-text text-danger small mb-0">{{ gallery.photo_private_count }} photos censurées</p>{% endif %}
|
{% if request.user.is_staff and gallery.photo_private_count %}<p class="card-text text-danger small mb-0">{{ gallery.photo_private_count }} photos censurées</p>{% endif %}
|
||||||
<a href="{{ gallery.get_absolute_url }}" class="stretched-link" aria-label="{{ gallery.title }}"></a>
|
<a href="{{ gallery.get_absolute_url }}" class="stretched-link" aria-label="{{ gallery.title }}"></a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue