[FIX] website_blog: contact us button in blog leading to
authorThibault Delavallée <tde@openerp.com>
Thu, 24 Oct 2013 12:14:30 +0000 (14:14 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 24 Oct 2013 12:14:30 +0000 (14:14 +0200)
website.contactus page instead of doing nothing.

bzr revid: tde@openerp.com-20131024121430-ab84qfdulomukkf4

addons/website_blog/views/website_blog_templates.xml

index 1ce0182..efbf228 100644 (file)
                 through your <b>blog entries</b>, referenced in Google.
             </p>
             <div>
-                <button src="/contactus" class="btn btn-primary">Contact us</button>
+                <a t-href="/page/website.contactus"><button class="btn btn-primary">Contact us</button></a>
             </div>
             </section>
         </xpath>