diff options
Diffstat (limited to 'static/website/templates/email.html')
-rw-r--r-- | static/website/templates/email.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/static/website/templates/email.html b/static/website/templates/email.html deleted file mode 100644 index 096c3d8..0000000 --- a/static/website/templates/email.html +++ /dev/null @@ -1,13 +0,0 @@ -<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> |