Remove temp url

This commit is contained in:
Claude Paroz 2021-07-03 21:10:17 +02:00
parent 0327fdb8d8
commit 56eaafeb41
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ ul.results li img { width: 100%; }
<a href="{{ recette.get_absolute_url }}"> <a href="{{ recette.get_absolute_url }}">
{{ recette.nom }} {{ recette.nom }}
<img src="{{ recette.photo|thumbnail_url:'thumbnail' }}"> <img src="{{ recette.photo|thumbnail_url:'thumbnail' }}">
<img src="{{ recette.photo.url }}">
</a> </a>
</li> </li>
{% endfor %} {% endfor %}