annotate gpp/templates/membermap/markdown.html @ 132:06503edcc56b

A previous commit broke the comment preview function. Fixing this now.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Nov 2009 22:51:07 +0000
parents 48621ba5c385
children 13d052fbe4f1
rev   line source
gremmie@1 1 {% load markup %}
gremmie@1 2 {% load smiley_tags %}
gremmie@1 3 {% load avatar_tags %}
bgneal@128 4 {% avatar entry.user "left" %}<a href="{% url bio-view_profile username=entry.user.username %}">{{ entry.user.username }}</a>:<br />{{ entry.message|smiley_markdown|markdown:"safe" }}