Added prereq field for printing

This commit is contained in:
Michael McGrath 2008-02-26 15:35:30 -06:00
parent 931fe79760
commit 59e26ea9b1

View file

@ -38,6 +38,7 @@
<span py:if="group.user_can_remove == 0" py:strip="">${_('No')}</span>
&nbsp;</dd>
<dt>${_('Join Message:')}</dt><dd>${group.joinmsg}&nbsp;</dd>
<dt>${_('Prerequisite:')}</dt><dd>${group.prerequisite.name}&nbsp;</dd>
<dt>${_('Created:')}</dt><dd>${group.creation}&nbsp;</dd>
</dl>
</div>