diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-10 12:25:38 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-10 12:25:38 +0100 |
commit | 0a8e5ee78fb231606a0b43f6688aca47e941d91c (patch) | |
tree | 6ca9f83c9706430d72224c928feeb41d5ef55d23 /hyperkitty/context_processors.py | |
parent | c29c544ad61059f2360845b48f4f44b76687d153 (diff) | |
download | hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.tar.gz hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.tar.xz hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.zip |
Non-code changes (license texts, indentation, etc.)
Diffstat (limited to 'hyperkitty/context_processors.py')
-rw-r--r-- | hyperkitty/context_processors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/context_processors.py b/hyperkitty/context_processors.py index 5c39319..d8f11ab 100644 --- a/hyperkitty/context_processors.py +++ b/hyperkitty/context_processors.py @@ -17,9 +17,9 @@ # HyperKitty. If not, see <http://www.gnu.org/licenses/>. # # Author: Aamir Khan <syst3m.w0rm@gmail.com> -# +# from django.conf import settings def app_name(context): - return {'app_name' : settings.APP_NAME}
\ No newline at end of file + return {'app_name' : settings.APP_NAME} |