<%inherit file="/base/index.html" /> <%namespace file="fields.html" name="fields" import="*"/> <%def name="heading()">

Editing ${c.title}

Editing the source code for the ${c.title} comment:

${h.form_start(h.url_for(pageid=c.pageid, controller='comment', action='save', id=request.urlvars['id']), method="post")} ${fields.body()} ${h.field(field=h.submit(value="Save Changes", name='submit'))} ${h.form_end()}