calendar is now only future events; posts include members and images
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{# only thumb and name of member #}
|
||||
{% load thumbnail %}
|
||||
<a class="thumbnail member-thumb" href="/members/member/{{member.mailaccount}}" style="width:150px;height:150px">
|
||||
<a class="thumbnail member-thumb" href="/members/member/{{member.nickname}}" style="width:150px;height:150px">
|
||||
{% if member.image %}
|
||||
<img src="{{member.image | thumbnail_url:'thumb'}}" />
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user