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%} +{{ project.description }}
{{ project.technology }}