Allow HTML in mailinglist descriptions

This commit is contained in:
Magnus Hagander
2011-11-07 21:42:55 +01:00
parent e34d27ac25
commit f9f15b4704

View File

@ -42,7 +42,7 @@ receiving mail).</p>
{%endifchanged%}
<tr>
<td class="colFirst"><a href="http://archives.postgresql.org/{{l.listname}}/">{{l.maybe_shortdesc}}</a></td>
<td class="colLast">{{l.description}}</td>
<td class="colLast">{{l.description|safe}}</td>
</tr>
{%endfor%}
</table>