Skip to content

Commit

Permalink
child id passed trought link
Browse files Browse the repository at this point in the history
  • Loading branch information
dcruz authored and ecino committed Jul 4, 2024
1 parent bc5d7f5 commit ea3235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_compassion/templates/my_account_my_children.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
<template id="my_children_letters">
<hr />
<h3 id="letters_section">Letters history</h3>
<a class="btn btn-primary mt-4" href="/my/letter">Write a letter</a>
<a class="btn btn-primary mt-4" t-attf-href="/my/letter?child_id={{child_id.id}}">Write a letter</a>
<div class="row mt-4">
<div class="col-md-6">
<t
Expand Down

0 comments on commit ea3235e

Please sign in to comment.