Add back gold gift message markdown wrapping.

This enables comment/selfpost styling of the markup in this field.
This commit is contained in:
Max Goodman
2012-11-08 13:54:07 -08:00
parent 13497f6f08
commit 3423cdc19c

View File

@@ -36,7 +36,7 @@
%if thing.giftmessage:
<p>${_("The following gift note will be attached:")}</p>
<div class="giftmessage">
${unsafe(safemarkdown(thing.giftmessage, wrap=False))}
${unsafe(safemarkdown(thing.giftmessage))}
</div>
%endif