pyalchemybiz/pyalchemybiz/templates/derived/customer/fields.mako
Jan Dittberner e3fe3f8353 improve customer controller and templates (addresses #21)
* fix xhtml compliance
 * add form validation
 * move common template code to a separate file
2009-03-14 19:13:52 +01:00

5 lines
169 B
Mako

<label for="firstname">${_('First name:')}</label><br />
${h.text('firstname')}<br />
<label for="lastname">${_('Last name:')}</label><br />
${h.text('lastname')}<br />