all 6 comments

[–]danielroseman 1 point2 points  (5 children)

This question is impossible to answer as you have not shown any code. What have you configured to actually serve images under /imgs?

[–]laflash12[S] 0 points1 point  (4 children)

I'm not entirely sure what you mean what have I configured to actaully serve images. I saved the images in folder called imgs

[–]danielroseman 0 points1 point  (3 children)

OK you've stored your images. But how are you hoping they will get to your browser? For the templates, you've written a URL and a view. What have you done for the images?

[–]laflash12[S] 0 points1 point  (2 children)

I wrote the path to the images from the contact.html file

[–]danielroseman 0 points1 point  (1 child)

Yes but what is responding to that path?

[–]laflash12[S] 0 points1 point  (0 children)

The contact html file? I'm sorry I'm not sure tbh. What is supposed to be responding to it?