Skip to content

Commit

Permalink
Merge PR #512 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by carmenbianca
  • Loading branch information
github-grap-bot committed May 25, 2023
2 parents d877f4e + 90c2f24 commit d05dcef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions beesdoo_website_shift/views/portal_website_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@
<xpath expr="//select[@name='state_id']/.." position="after">
<t t-if='super'>
<div
class="form-check"
t-attf-class="form-group #{error.get('share_supercoop_info') and 'o_has_error' or ''} col-xl-6"
t-attf-class="form-check #{error.get('share_supercoop_info') and 'o_has_error' or ''} col-xl-6"
>
<input
type="checkbox"
name="share_supercoop_info"
class="form-check-input"
t-att-checked="share_supercoop_info"
t-attf-class="#{error.get('share_supercoop_info') and 'is-invalid' or ''}"
t-attf-class="form-check-input position-relative ml-0 mr-1 #{error.get('share_supercoop_info') and 'is-invalid' or ''}"
>
</input>
<label
class="col-form-label"
class="form-check-label"
for="share_supercoop_info"
>Accept to share my info
as Supercoop</label>
Expand Down

0 comments on commit d05dcef

Please sign in to comment.