summaryrefslogtreecommitdiffstats
path: root/hyperkitty/context_processors.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/context_processors.py')
-rw-r--r--hyperkitty/context_processors.py4
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}