From f7e291af7b144dea4af186710fa9c9d4b37697ec Mon Sep 17 00:00:00 2001 From: daviddoji Date: Wed, 2 Mar 2022 16:19:14 +0100 Subject: [PATCH] Add file paths for displaying --- projects/templates/projects/all_projects.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/templates/projects/all_projects.html b/projects/templates/projects/all_projects.html index f2c7dc1..76123aa 100644 --- a/projects/templates/projects/all_projects.html +++ b/projects/templates/projects/all_projects.html @@ -1,3 +1,4 @@ +{% load static %} @@ -12,8 +13,8 @@ - {{ projects }} {% for project in projects%} + screenshot of project

{{ project.title }}

{{ project.description }}

{{ project.technology }}