diff options
author | prashantsinalkar | 2019-09-12 17:20:14 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-09-12 17:20:14 +0530 |
commit | 88cd9bdbc72d208baa7cad42dd6a687055a800b6 (patch) | |
tree | 80ec44e2d00eeb6d172791ffe90491e74b54c6a4 /static/website/templates/email.html | |
parent | 8d645434fe4cb332fdc95b75df35aab2ee41bfcc (diff) | |
download | R_on_Cloud_Web_Interface-88cd9bdbc72d208baa7cad42dd6a687055a800b6.tar.gz R_on_Cloud_Web_Interface-88cd9bdbc72d208baa7cad42dd6a687055a800b6.tar.bz2 R_on_Cloud_Web_Interface-88cd9bdbc72d208baa7cad42dd6a687055a800b6.zip |
fixed code and changed modals
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> |