update links
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user