Skip to content

Commit 8148f5d

Browse files
committed
add message
1 parent 903af25 commit 8148f5d

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed
+19-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
<!DOCTYPE html>
2-
<!DOCTYPE html>
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
4-
xmlns:tal="http://xml.zope.org/namespaces/tal"
5-
metal:use-macro="main.macros['master']">
6-
<body>
3+
xmlns:tal="http://xml.zope.org/namespaces/tal"
4+
metal:use-macro="main.macros['master']">
5+
<body>
76
<div class="page-header" metal:fill-slot="page-header">
87
<h3>
98
Wizard project create form for ${context.get_instance()}.
109
</h3>
1110
</div>
1211

13-
<div metal:fill-slot="main">
12+
<div metal:fill-slot="main">
13+
<div class="alert alert-block">
14+
<button type="button" class="close" data-dismiss="alert">&times;</button>
15+
<h4>Warning!</h4>
16+
<p>Wizard will also create "Project Management" CR with tickets:</p>
17+
<ul>
18+
<li>Project management</li>
19+
<li>Meeting with the customer</li>
20+
<li>Dev meeting</li>
21+
<li>Project documentation verification</li>
22+
<li>Project management in Penelope</li>
23+
</ul>
24+
</div>
25+
</div>
1426
<div tal:replace="structure form" />
15-
</div>
16-
17-
</body>
18-
</html>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)