view zpt/addWritableRestDbInterface.zpt @ 16:5b99c04c567c

fix for psycopg 2.4 Column type.
author casties
date Wed, 22 Feb 2012 18:53:05 +0100
parents 09361041be51
children
line wrap: on
line source

  <div tal:replace="structure here/manage_page_header">Header</div>
  <h2>Add a RESTdb interface</h2>
  <form method="post" action="manage_addWritableRestDbInterface">
    <p class="form-label">ID</p>
        <p class="form-element"><input size="80" name="id"/></p>
    <p class="form-label">Title</p>
        <p class="form-element"><input size="80" name="title"/></p>
     <p><input type="submit" value="Add" /></p>
  </form>