Skip to content

Commit

Permalink
feat(access): render team_name field as anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 27, 2024
1 parent d7c24c3 commit 46441aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/access/serializers/teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

from app.serializers.permission import PermissionBaseSerializer

from core import fields as centurion_field



class TeamBaseSerializer(serializers.ModelSerializer):
Expand Down Expand Up @@ -84,6 +86,8 @@ def get_url(self, item) -> dict:
)
}

team_name = centurion_field.CharField( autolink = True )


class Meta:

Expand Down

0 comments on commit 46441aa

Please sign in to comment.