Skip to content

Commit

Permalink
Remove role from the project tags
Browse files Browse the repository at this point in the history
  • Loading branch information
haydngreatnews committed Jul 24, 2024
1 parent 242c094 commit 6f86e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cdhweb/projects/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ def display_tags(self):
return sorted(
str(t)
for t in itertools.chain(
self.method.all(), self.field.all(), self.role.all()
self.method.all(),
self.field.all(),
)
)

Expand Down

0 comments on commit 6f86e8a

Please sign in to comment.