update links

This commit is contained in:
2021-06-10 08:17:00 +00:00
parent 63661b0baf
commit cf674d5dad
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{# only thumb and name of member #}
<a class="thumbnail member-thumb" href="{% url 'member' member.id %}" style="width:150px;height:150px">
<img src="{{member.image.thumb.url}}" alt="" />
<a class="thumbnail member-thumb" href="{{ member.get_absolute_url }}" style="width:150px; height:150px">
<img src="{{ member.image.thumb.url }}" alt="" />
<div class="thumb-layer">
<div>
<h1>{{member.nickname}}</h1>