commit | 4a80bc63b0e33c36fb30a176897753a29efffa98 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Mar 21 17:23:54 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Mar 21 17:23:54 2013 +0530 |
tree | ed2d393bb251240837c9ab0f33443a249417587a | |
parent | bed19ac4d389eca69447b0d711690ef581cb1f53 [diff] [blame] |
added permissions for server side print
diff --git a/website/templates/pages/print.html b/website/templates/pages/print.html index fc7174d..b684dfe 100644 --- a/website/templates/pages/print.html +++ b/website/templates/pages/print.html
@@ -12,4 +12,7 @@ <body> {{ body }} </body> +{%- if comment -%} +<!-- {{ comment }} --> +{%- endif -%} </html> \ No newline at end of file