[TELE-1842]Replace hard coded svg image with
gitea/imio-publik-themes/pipeline/head This commit looks good Details

deliberation:placeholder "Ressources" slot
to allow user to place their own img
This commit is contained in:
Daniel Muyshond 2023-11-14 09:30:05 +01:00
parent 8dfae7ca30
commit 14f54f99eb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
{% comment %} The endpoint used to fetch the data is set in the config.json, at the custom JSON cell definition (see "deliberations-communales" : "url" which is probably a HOBO var).{% endcomment %}
{% for entry in json.data %}
<div class="delib">
<img src="{{site_base}}{% static "" %}{{css_variant}}/article-placeholder.svg" alt="" height="160" width="160">
<img src="{% asset_url "deliberation:placeholder" %}" alt="" height="160" width="160">
<div>
<h3><a href="{{ entry.PLONE_id }}">Séance du {{ entry.title }}</a></h3>
<br>