view context_processors.py @ 168:c494e6ecff58

Fix bug in logging in with incorrect credentials
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 00:16:38 -0400
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


def less_compilation(request):
    return {'compile_less': settings.COMPILE_LESS}