<%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} tag:

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