Commit be527444 authored by Frappe Bot's avatar Frappe Bot
Browse files

Merge branch 'hotfix'

parents 5857b926 bd3b14ac
Showing with 1 addition and 4 deletions
+1 -4
......@@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template
__version__ = '10.1.66'
__version__ = '10.1.67'
__title__ = "Frappe Framework"
local = Local()
......
......@@ -167,9 +167,6 @@ def build_page(path):
frappe.local.path = path
context = get_context(path)
if context.title and "{{" in context.title:
title_template = context.pop('title')
context.title = frappe.render_template(title_template, context)
if context.source:
html = frappe.render_template(context.source, context)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment