Browse Source

Remove allow_tag as it's not needed anymore

pull/166/head
Mounir 7 years ago
committed by GitHub
parent
commit
0e4c66f395
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      hc/accounts/admin.py

+ 0
- 4
hc/accounts/admin.py View File

@ -118,15 +118,11 @@ class HcUserAdmin(UserAdmin):
return result
engagement.allow_tags = True
@mark_safe
def checks(self, user):
url = reverse("hc-switch-team", args=[user.username])
return "<a href='%s'>Checks</a>" % url
checks.allow_tags = True
def send_report(self, request, qs):
for user in qs:
user.profile.send_report()


Loading…
Cancel
Save