Merge branch 'master' into debianized
[htsworkflow.git] / templates / config_form.html
1 <html>
2   <head>
3     <title>Test Config Form</title>
4     <!--
5     <link rel="stylesheet" type="text/css" href="ext-all.css"/>
6     <script type="text/javascript" src="ext.js"></script>
7     <script type="text/javascript" src="elandifier.js"></script>
8     -->
9   </head>
10   <body>
11     <form method="post" action="">
12      <table>{{ form.as_custom }}</table>
13      <input type="submit" />
14    </form>    
15   </body>
16 </html>
17