view gpp/templates/membermap/balloon.html @ 554:1bd184f3e87b

Updated requirements.txt after using my fork of django-elsewhere.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Jan 2012 20:56:03 -0600
parents 3c48a555298d
children
line wrap: on
line source
{% load url from future %}
{% load bio_tags %}
{% if avatar_url %}
<a href="{% url 'bio-view_profile' username=user.name %}">
<img src="{{ avatar_url }}" alt="{{ user.name }}" style="float:left;margin-right:3px;" /></a>
{% endif %}
{% profile_link user.name %}:<br />
{{ user.message|safe }}