dashboard: fix paths to AttributeList and AttributeItem models

This commit is contained in:
Benjamin Dauvergne 2013-11-15 16:35:55 +01:00
parent f1fd43ac82
commit 93e54829ff
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ class CustomIndexDashboard(Dashboard):
'authentic2.saml.models.LibertyProvider',
'authentic2.saml.models.SPOptionsIdPPolicy',
'authentic2.saml.models.IdPOptionsSPPolicy',
'authentic2.idp.models.AttributeList',
'authentic2.idp.models.AttributeItem',
'authentic2.idp.models.AttributePolicy',
'authentic2.attribute_aggregator.models.AttributeList',
'authentic2.attribute_aggregator.models.AttributeItem',
'authentic2.attribute_aggregator.models.AttributeSource',
),
))