From e3d2834ea6b684f4327d40264ae07a12846ab56d Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 20 Oct 2018 18:28:18 +0200 Subject: [PATCH] Jinja2 macro for comments --- .../templates/proposal/macros/comment.html | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 funding/templates/proposal/macros/comment.html diff --git a/funding/templates/proposal/macros/comment.html b/funding/templates/proposal/macros/comment.html new file mode 100644 index 0000000..98e50cc --- /dev/null +++ b/funding/templates/proposal/macros/comment.html @@ -0,0 +1,57 @@ +{% macro comment_entry(c, proposal) %} +
+
+ +
+{% endmacro %} \ No newline at end of file