Skip to content

Commit

Permalink
[#574] Remove reference to SmsReporter in rsr/management.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zzgvh committed May 26, 2014
1 parent 021ef66 commit 5fda551
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions akvo/rsr/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ def create_limited_change_permissions(sender, **kwargs):
print "Adding RSR limited permissions"
print
models = [
rsr.Organisation, rsr.Project,
rsr.SmsReporter, rsr.UserProfile, rsr.PartnerSite
rsr.Organisation, rsr.Project, rsr.UserProfile, rsr.PartnerSite
]
for model in models:
opts = model._meta
Expand Down

0 comments on commit 5fda551

Please sign in to comment.