Bug 22501: Add raw filter to course reserves summary page
Fixes another place where the public note is shown: - Course reserves module start/summary page Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
8c7bc8946b
commit
0f02c37aab
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
<th>Instructors</th>
|
||||
<th>Staff note</th>
|
||||
<th>Public note</th>
|
||||
<th># of Students</th>
|
||||
<th># of students</th>
|
||||
<th>Enabled</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -59,7 +59,7 @@
|
|||
[% END %]
|
||||
</td>
|
||||
<td>[% c.staff_note | html %]</td>
|
||||
<td>[% c.public_note | html %]</td>
|
||||
<td>[% c.public_note | $raw %]</td>
|
||||
<td>[% c.students_count | html %]</td>
|
||||
<td>
|
||||
[% IF c.enabled == 'yes' %]
|
||||
|
|
Loading…
Reference in a new issue