[ADD] database selector to auth_signup

bzr revid: fme@openerp.com-20140124151910-riy18qm3ix93nbdg
This commit is contained in:
Fabien Meghazi 2014-01-24 16:19:10 +01:00
parent c4ec2b752a
commit 2bf139a9a1
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
<t t-set="reset_without_token" t-value="mode == 'reset' and not token"/>
<form class="oe_signup_form" role="form" t-attf-action="/web/login{{ '?debug' if debug else '' }}" method="post">
<t t-call="web.database_select"/>
<div class="form-group field-name" t-if="not reset_without_token">
<label for="name" class="control-label">Your Name</label>
<input type="text" name="name" t-att-value="name" id="name" class="form-control" placeholder="e.g. John Doe"