correctly use p-dict

This commit is contained in:
Yannik Schmidt
2020-08-30 12:58:18 +02:00
parent 4262cdd927
commit 711cce0f55

View File

@@ -22,7 +22,7 @@
</div> </div>
<div class="col image-min-dimensions"> <div class="col image-min-dimensions">
<img class="img-responsive w-100 image-max-dimensions" <img class="img-responsive w-100 image-max-dimensions"
src="{{ p['image'] }}" alt="{{ 'title' }}"></img> src="{{ p['image'] }}" alt="{{ p['title'] }}"></img>
</div> </div>
</div> </div>
{% endfor %} {% endfor %}