Skip to content

Instantly share code, notes, and snippets.

@TomiToivio
Created June 7, 2012 14:27
Show Gist options
  • Save TomiToivio/2889081 to your computer and use it in GitHub Desktop.
Save TomiToivio/2889081 to your computer and use it in GitHub Desktop.
<div class="recent-activity">
<h2>Users online:</h2>
{% for key, value in users %}
{% for username in value %}
<div class="user"><a href="{% url view_profile username %}" class="user"><div class="image"><img src="{% url view_profilethumbnail username %}?width=24" al\
t="{{username}}"></div><b>{{ username }}</b></a></div>
{% endfor %}
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment