From 6fe531f0b92562bf88667b23843be4a78ddc1c2f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 7 Oct 2016 11:07:01 +0200 Subject: [PATCH] Add projects inc --- app/templates/projects/inc/project_list.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/templates/projects/inc/project_list.html diff --git a/app/templates/projects/inc/project_list.html b/app/templates/projects/inc/project_list.html new file mode 100644 index 00000000..8566a8a1 --- /dev/null +++ b/app/templates/projects/inc/project_list.html @@ -0,0 +1,14 @@ +
+ {% for project in projects %} +
+

+ + {{ project }} + +

+

+ {{ project.description }} +

+
+ {% endfor %} +
-- 2.39.5