${_('Edit organization')}

${h.form(url('orgs-edit', orgid=c.id), method='post')} <%include file="/forms/base.html"/>
 
${h.submit('submit', _('Update organization'))}
${h.end_form()}\
<%def name="title()"> ${_('Organizations :: Edit organization')} <%def name="heading()"> ${_('Organizations :: Edit organization')} <%def name="headers()"> <%def name="localscripts()"> <%inherit file="/base.html"/>