Fix missing call to translate in receipt page

This commit is contained in:
William Desloge
2014-04-17 17:46:32 +02:00
parent 36f762c275
commit 8ef6a41db5

View File

@@ -11,8 +11,8 @@
<div class="container">
<section class="notification">
<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>
<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>
% for inst in instructions:
<p>${inst}</p>
% endfor