seitime-frappe/webnotes/templates/pages/update_password.py
2014-02-03 11:35:18 +05:30

10 lines
263 B
Python

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
from webnotes.webutils import render_blocks
no_sitemap = 1
def get_context(context):
return render_blocks(context)