[FIX] talk proposal

bzr revid: fp@tinyerp.com-20140130165111-wqbxtvkqpx08fgwv
This commit is contained in:
Fabien Pinckaers 2014-01-30 17:51:11 +01:00
parent 24fc336eb5
commit f7f61a4bfe
2 changed files with 7 additions and 6 deletions

View File

@ -120,5 +120,5 @@ class website_event(http.Controller):
e(post['email_from']), e(post['phone'])), context=context)
track = tobj.browse(cr, uid, track_id, context=context)
values = {'track': track}
values = {'track': track, 'event':event}
return request.website.render("website_event_track.event_track_proposal_success", values)

View File

@ -418,14 +418,15 @@
</t>
</template>
<template id="event_track_proposal_success">
<t t-call="website_event.event_details">
<div class="col-md-8">
Thanks
</div>
<div class="col-md-4"></div>
<p>
Thank you for your proposal.
</p><p>
We will evaluate your proposition and get back to you shortly.
</p>
</t>
</template>
</data>
</openerp>