toodego: update parking tile (#39549)

This commit is contained in:
Frédéric Péters 2020-02-11 13:58:26 +01:00
parent feb323fc28
commit d1a6f5e142
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div class="tile-head">
<div class="tile-title">
<h2>{{parking.properties.nom}}</h2>
{% with parking.properties.gestionnaire||slugify as gestionnaire_name %}
{% with parking.properties.gestionnaire|slugify as gestionnaire_name %}
{% with "logo:"|add:gestionnaire_name as asset_name %}
<span class="producer" style="background-image: url({% asset_url asset_name %})">{{parking.properties.gestionnaire}}</span>
{% endwith %}