From 28ce8f754633bbe3fa411f1e87d4d4caf3976ba7 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 2 May 2011 15:25:32 +0200 Subject: attribute names.. --- src/django_co_connector/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django_co_connector/settings.py b/src/django_co_connector/settings.py index ad69c8b..3005d82 100644 --- a/src/django_co_connector/settings.py +++ b/src/django_co_connector/settings.py @@ -6,4 +6,4 @@ Created on Apr 7, 2011 from django.conf import settings -CO_ATTRIBUTES = getattr(settings,'CO_ATTRIBUTES',('HTTP_AFFILIATION','HTTP_ENTITLEMENT')) \ No newline at end of file +CO_ATTRIBUTES = getattr(settings,'CO_ATTRIBUTES',('affiliation','entitlement')) \ No newline at end of file -- cgit v1.1