From: Guillaume Pellerin Date: Fri, 7 Oct 2016 09:07:01 +0000 (+0200) Subject: Add projects inc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6fe531f0b92562bf88667b23843be4a78ddc1c2f;p=mezzo.git Add projects inc --- 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 %} +