Skip to content

Commit f2efc66

Browse files
committed
issue2550144 - fix use of undefined icing macro in devel
template. Replace with frame macro. (Cédric Krier)
1 parent 02e5ea3 commit f2efc66

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ Fixed:
124124
- issue2551041 - change permission check from "Create User" to "Register
125125
User" in page.html for the responsive and devel templates. (reporter
126126
C�dric Krier, John Rouillard)
127-
127+
- issue2550144 - fix use of undefined icing macro in devel
128+
template. Replace with frame macro. (C�dric Krier)
128129

129130
2018-07-13 1.6.0
130131

share/roundup/templates/devel/html/_generic.404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
2-
<tal:block metal:use-macro="templates/page/macros/icing">
2+
<tal:block metal:use-macro="templates/page/macros/frame">
33
<title metal:fill-slot="head_title">
44
Item Not Found
55
</title>

share/roundup/templates/devel/html/query.item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<span tal:condition="context/is_view_ok" tal:replace="structure
33
context/renderQueryForm" />
44
<tal:block tal:condition="not:context/is_view_ok">
5-
<tal:block metal:use-macro="templates/page/macros/icing">
5+
<tal:block metal:use-macro="templates/page/macros/frame">
66
<title metal:fill-slot="head_title">You can not view query</title>
77
<tal:block metal:fill-slot="body_title">
88
You can not view query.

0 commit comments

Comments
 (0)