diff --git a/hrapplications/models.py b/hrapplications/models.py index 815eb44e..d14d13e7 100755 --- a/hrapplications/models.py +++ b/hrapplications/models.py @@ -24,7 +24,7 @@ class HRApplication(models.Model): return self.character_name + " - Application" class Meta: - permissions = (('approve_hrapplication', 'Can approve applications'), ('reject_hrapplication', 'Can reject applications')) + permissions = (('approve_hrapplication', 'Can approve applications'), ('reject_hrapplication', 'Can reject applications'), ('view_apis', 'Can view applicant APIs'),) class HRApplicationComment(models.Model): diff --git a/stock/templates/registered/hrapplicationview.html b/stock/templates/registered/hrapplicationview.html index 3fff9a6a..5408032a 100755 --- a/stock/templates/registered/hrapplicationview.html +++ b/stock/templates/registered/hrapplicationview.html @@ -56,22 +56,24 @@ - {% for api in apis %} -