mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 16:21:35 +01:00
correctly use p-dict
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user