Browse Source

[FIX] website_contact_extend: resolve warnings

pull/18/head
mreficent 6 years ago
parent
commit
ed6d07e35a
  1. 2
      website_contact_extend/views/website_contact.xml

2
website_contact_extend/views/website_contact.xml

@ -2,7 +2,7 @@
<odoo>
<template id="contactus_form_inherited" name="Contact Form" inherit_id="website_crm.contactus_form" customize_show="True">
<xpath expr="//div[@class='form-group form-field o_website_form_required_custom'][last()]" position="after">
<xpath expr="//div[hasclass('form-group', 'form-field', 'o_website_form_required_custom')][last()]" position="after">
<div class="form-group form-field o_website_form_required_custom">
<label class="col-md-3 col-sm-4 control-label" for="contact_type">In the future I want to be contacted by</label>
<div class="col-md-7 col-sm-8">

Loading…
Cancel
Save