[website] [message.html template] fixes

This commit is contained in:
Anand Doshi 2013-04-23 14:22:28 +05:30
parent d7a1532b8f
commit 7a61eb6f11
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{% set title=webnotes.message_title %}
{% block block %}
{% block body %}
<div class="container">
<div class="outer well">
{{ webnotes.message }}

View file

@ -17,7 +17,7 @@ def render(page_name):
html = get_html('error')
from webnotes.handler import eprint, print_zip
eprint("Content-Type: text/html")
eprint("Content-Type: text/html; charset: utf-8")
print_zip(html)
def get_html(page_name):