BUG Fix missing description element on FieldGroup_holder.ss

This commit is contained in:
Damian Mooyman 2014-02-10 10:38:00 +13:00
parent d0ec30dd26
commit 1c7af2fd04
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@
</div>
<% if $RightTitle %><label class="right">$RightTitle</label><% end_if %>
<% if $Message %><span class="message $MessageType">$Message</span><% end_if %>
<% if $Description %><span class="description">$Description</span><% end_if %>
</div>