usgo/agagd

More results clickable in player search

Closed this issue · 1 comments

In the player search, can you make all results clickable? Outside of join date maybe?
That way i can search me, then click my name for me, my state for everyone in NYS, and ESGC for everyone in my club

Link to search results field located at tables.py @ line 59 where class MemberTable(tables.Table): exists. Code to add compared to existing links and database tables:
full_name = tables.LinkColumn( 'agagd_core.views.member_detail', kwargs={"full_name":tables.A('full_name')})