Started making use of gravatar icons.

This commit is contained in:
tomtom5152
2015-01-29 20:00:07 +00:00
parent 3df97c9e61
commit f913b94345
5 changed files with 11661 additions and 10579 deletions

View File

@@ -71,9 +71,12 @@
{% endif %}
</dl>
</td>
<td class="text-center">
<td class="text-right">
{% if event.mic or not event.is_rig %}
{{ event.mic.initials }}
<div>
<img src="{{ event.mic.profile_picture }}" class="event-mic-photo"/>
</div>
{% else %}
<span class="glyphicon glyphicon-exclamation-sign"></span>
{% endif %}