view context_processors.py @ 189:683d41e124b7

Changed snippet template so that now anonymous user cannot see revision history. To see revision history you must login.
author ahsanalishahid <ahsan.ali.shahid@gmail.com>
date Tue, 18 Jun 2013 19:59:40 +0500
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


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