with h.div(class_='actions'):
                h << h.input(type='submit',
                             value=_("Create new account"),
                             class_="btn btn-primary").action(
                                self.on_ok, comp, h.request.application_url)