toodego: change producer for cinema/musee tiles to always be toodego (#68931)

This commit is contained in:
Frédéric Péters 2023-01-30 09:54:11 +01:00
parent ed66678d1d
commit 7e2b73de9d
2 changed files with 2 additions and 6 deletions

View File

@ -12,9 +12,7 @@
<div class="tile-head">
<div class="tile-title">
<h2>{{cinema.properties.nom}}</h2>
{% with producer=cinema.properties.address.addressLocality|as_producer %}
<span class="producer" style="background-image: url({% asset_url "logo:"|add:producer.slug %})">{{ producer.label }}</span>
{% endwith %}
<span class="producer" style="background-image: url({% asset_url "logo:toodego" %})">Toodego</span>
</div>
</div>
{% include "combo/dashboard_cell_icons.html" %}

View File

@ -12,9 +12,7 @@
<div class="tile-head">
<div class="tile-title">
<h2>{{musee.properties.nom}}</h2>
{% with producer=musee.properties.address.addressLocality|as_producer %}
<span class="producer" style="background-image: url({% asset_url "logo:"|add:producer.slug %})">{{ producer.label }}</span>
{% endwith %}
<span class="producer" style="background-image: url({% asset_url "logo:toodego" %})">Toodego</span>
</div>
</div>
{% include "combo/dashboard_cell_icons.html" %}