Page medias, URL général pas toujours disponible
This commit is contained in:
parent
73a294c122
commit
730eabbce8
|
@ -9,7 +9,7 @@
|
|||
<div class="border-bottom border-danger mt-3">
|
||||
<div class="row">
|
||||
<div class="col col-12 col-sm-8 col-lg-10 fs-4">
|
||||
<a href="{{ item.get_url }}">{{ item.titre }}</a>
|
||||
{% if item.get_url %}<a href="{{ item.get_url }}">{% endif %}{{ item.titre }}{% if item.get_url %}</a>{% endif %}
|
||||
</div>
|
||||
<div class="col col-12 col-sm-4 col-lg-2 text-end">
|
||||
{{ item.quand|date:'d F Y' }}
|
||||
|
|
Loading…
Reference in a new issue