diff options
Diffstat (limited to 'website/static/website/templates/email.html')
-rw-r--r-- | website/static/website/templates/email.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/website/static/website/templates/email.html b/website/static/website/templates/email.html new file mode 100644 index 0000000..096c3d8 --- /dev/null +++ b/website/static/website/templates/email.html @@ -0,0 +1,13 @@ +<html> +<body> +A new comment has been posted. <br><br> +<strong>Type:</strong> {{error}} <br> +<strong>Category:</strong> {{ category }} <br> +<strong>Subcategory:</strong> Not available <br> +<strong>Book:</strong> {{book}} (Author: {{author}}, Publisher: {{publisher}}) <br> +<strong>Chapter:</strong> {{chapter_name}} ({{chapter_no}}) <br> +<strong>Example:</strong> <a href= "http://cloud.scilab.in/index.php?eid={{example_id}}" target="_blank" >{{example_caption}}</a> ({{example_no}}) <br><br> +<strong>Comment:</strong> {{comment}} <br> +<strong>Link:</strong> http://scilab.in/cloud_comments +</body> +</html> |