Remove temp url
This commit is contained in:
parent
0327fdb8d8
commit
56eaafeb41
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue