Hi again,
how can i set the image src from database:
{% for media in user.media %}
{{ image(media.image_1, "class":"img-responsive") }}
{% endfor %}
That is the generated html:
<img src="https://localhost:8000/projects/vokuro/clients/21/image_1/image_1.jpg" class="img-responsive">
The src is right, but the image can't be find, the permisions are set to 777.
KInd Regards
Stefan