Added prereq field for printing
This commit is contained in:
parent
931fe79760
commit
59e26ea9b1
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
<span py:if="group.user_can_remove == 0" py:strip="">${_('No')}</span>
|
||||
</dd>
|
||||
<dt>${_('Join Message:')}</dt><dd>${group.joinmsg} </dd>
|
||||
<dt>${_('Prerequisite:')}</dt><dd>${group.prerequisite.name} </dd>
|
||||
<dt>${_('Created:')}</dt><dd>${group.creation} </dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue