pyalchemybiz/pyalchemybiz/templates/derived/customer/fields.mako

5 lines
169 B
Plaintext
Raw Normal View History

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