|
|
|
@ -236,7 +236,7 @@ def perms(request, uid): |
|
|
|
klasses = ( |
|
|
|
'abonapp.AbonGroup', 'abonapp.Abon', 'accounts_app.UserProfile', |
|
|
|
'abonapp.AbonTariff', 'abonapp.AbonStreet', 'devapp.Device', |
|
|
|
'abonapp.PassportInfo', 'abonapp.AdditionalTelephone' |
|
|
|
'abonapp.PassportInfo', 'abonapp.AdditionalTelephone', 'tariff_app.PeriodicPay' |
|
|
|
) |
|
|
|
return render(request, 'accounts/perms/objects_types.html', { |
|
|
|
'userprofile': userprofile, |
|
|
|
|