From 1473227a75101f5b76d6b522da5737df2f5eb058 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 28 Jun 2019 21:44:43 +0530 Subject: added basic interface for development --- static/website/templates/email.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/website/templates/email.html (limited to 'static/website/templates/email.html') diff --git a/static/website/templates/email.html b/static/website/templates/email.html new file mode 100644 index 0000000..096c3d8 --- /dev/null +++ b/static/website/templates/email.html @@ -0,0 +1,13 @@ + + +A new comment has been posted.

+Type: {{error}}
+Category: {{ category }}
+Subcategory: Not available
+Book: {{book}} (Author: {{author}}, Publisher: {{publisher}})
+Chapter: {{chapter_name}} ({{chapter_no}})
+Example: {{example_caption}} ({{example_no}})

+Comment: {{comment}}
+Link: http://scilab.in/cloud_comments + + -- cgit