Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
仰若水
frappe
Commits
be527444
Commit
be527444
authored
6 years ago
by
Frappe Bot
Browse files
Options
Download
Plain Diff
Merge branch 'hotfix'
parents
5857b926
bd3b14ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frappe/__init__.py
+1
-1
frappe/__init__.py
frappe/website/render.py
+0
-3
frappe/website/render.py
with
1 addition
and
4 deletions
+1
-4
frappe/__init__.py
View file @
be527444
...
...
@@ -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.6
6
'
__version__
=
'10.1.6
7
'
__title__
=
"Frappe Framework"
local
=
Local
()
...
...
This diff is collapsed.
Click to expand it.
frappe/website/render.py
View file @
be527444
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help