[website] [message.html template] fixes
This commit is contained in:
parent
d7a1532b8f
commit
7a61eb6f11
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% set title=webnotes.message_title %}
|
||||
|
||||
{% block block %}
|
||||
{% block body %}
|
||||
<div class="container">
|
||||
<div class="outer well">
|
||||
{{ webnotes.message }}
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue