Repository URL to install this package:
|
Version:
1.5.7 ▾
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>WikiPage: Add/Edit</title>
<tal:block tal:repeat="reqt view.reqts['css']">
<link rel="stylesheet" type="text/css"
href="${request.static_url(reqt)}"/>
</tal:block>
<tal:block tal:repeat="reqt view.reqts['js']">
<script src="${request.static_url(reqt)}"
type="text/javascript"></script>
</tal:block>
</head>
<body>
<h1>Wiki</h1>
<p>${structure: form}</p>
<script type="text/javascript">
deform.load()
</script>
</body>
</html>