Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vellip committed Nov 30, 2016
1 parent 092b2d5 commit 1ed9197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euth/projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ProjectDetailView(rules_views.PermissionRequiredMixin,
generic.DetailView):

model = models.Project
permission_required = 'projects.view_project'
permission_required = 'euth_projects.view_project'

@property
def raise_exception(self):
Expand Down

0 comments on commit 1ed9197

Please sign in to comment.