calendar is now only future events; posts include members and images

This commit is contained in:
2020-08-27 20:01:24 +00:00
parent 7faddf6468
commit 37dff3b310
8 changed files with 21 additions and 12 deletions

View File

@@ -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 %}