Skip to content
Snippets Groups Projects
Commit 0b4f190b authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website_event_track: allow to edit tracks' info in frontend

Before this commit, the track description and partner biography were
not able to be edited after proposal.
parent 740ddf81
No related branches found
No related tags found
No related merge requests found
......@@ -216,11 +216,11 @@
<small>Proposed by <span t-field="track.partner_name"/></small>
</div>
<div class="col-md-12">
<p t-field="track.description"/>
<div t-field="track.description"/>
</div>
<div class="col-md-12">
<h3>About The Author</h3>
<p t-field="track.partner_biography"/>
<div t-field="track.partner_biography"/>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment