Add friend submissions
This commit is contained in:
parent
3eda48f3ea
commit
fc852d1bc7
8 changed files with 70 additions and 34 deletions
|
@ -1,7 +1,5 @@
|
|||
{% extends "user/base-users-table.html" %}
|
||||
|
||||
{% set friends = request.profile.get_friends() if request.user.is_authenticated else {} %}
|
||||
|
||||
{% block after_rank_head %}
|
||||
{% if has_rating %}
|
||||
<th class="rating-column">{{ _('Rating') }}</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue