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:
Katrin Fischer 2019-04-10 20:42:22 +00:00 committed by Nick Clemens
parent 8c7bc8946b
commit 0f02c37aab

View file

@ -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' %]