annotate gpp/templates/gcalendar/markdown.html @ 375:fe1896e14c11

Fixing #184; fix typo in date template filter string that is causing the wrong date to be displayed on the max users online statistic.
author Brian Neal <bgneal@gmail.com>
date Tue, 08 Mar 2011 00:50:33 +0000
parents dbd703f7d63a
children
rev   line source
gremmie@1 1 {% load markup %}
gremmie@1 2 {{ data|markdown:"safe" }}