Commit 8ef6a41d by William Desloge

Fix missing call to translate in receipt page

parent 36f762c2
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
<div class="container"> <div class="container">
<section class="notification"> <section class="notification">
<h2>Thank you for your Purchase!</h2> <h2>${_("Thank you for your Purchase!")}</h2>
<p>Please print this receipt page for your records. You should also have received a receipt in your email.</p> <p>${_("Please print this receipt page for your records. You should also have received a receipt in your email.")}</p>
% for inst in instructions: % for inst in instructions:
<p>${inst}</p> <p>${inst}</p>
% endfor % endfor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment