view context_processors.py @ 188:1eb652aa501a

Use ugettext for octave_format help_text (bundle)
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 16:26:54 -0400
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


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