diff options
Diffstat (limited to 'core/context.py')
-rw-r--r-- | core/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/context.py b/core/context.py index 9ad13d1..9ac1f60 100644 --- a/core/context.py +++ b/core/context.py @@ -1,7 +1,7 @@ from django.conf import settings from troggle.core.models.troggle import Expedition -'''This is the only troglle-specific 'context processor' that troggle uses +'''This is the only troggle-specific 'context processor' that troggle uses in the processing of Django templates This seems to mean that every page produced has bundled in its context the complete 'settings' and |