- Timestamp:
- 06/16/09 14:10:03 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/apps/pylucid/context_processors.py
r2034 r2035 12 12 from pylucid_project import PYLUCID_VERSION_STRING 13 13 from pylucid_project.utils import slug 14 from pylucid_plugins.auth.context_processors import auth_context_processors15 14 16 15 … … 58 57 "PyLucid_media_url": settings.MEDIA_URL + settings.PYLUCID.PYLUCID_MEDIA_DIR + "/", 59 58 } 60 61 # TODO: Put all Plugin context processors into settings?62 context.update(auth_context_processors(request))63 59 64 60 if hasattr(request, "plugin_name"):