summaryrefslogtreecommitdiffstats
path: root/manas/templates/idea.html
blob: 1107e065e6c6121cf798905efffcb392fdf97a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude">
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
  <title>Manas :: Idea</title>
</head>
<body>
    <div id="output" style="display: none"/>
    <center>
        ${tmpl_context.idea(idea=idea)}
        <div class="comment_form">
          <h2>Add a comment</h2>
          ${tmpl_context.comment_form(show_labels=False)}
        </div>
    </center>
</body>
</html>