Mercurial > hg > agora-dellsystem
view context_processors.py @ 186:ff9c95239c3a
Change order of some fields in bundle upload form
Switched free_license and octave_format
author | dellsystem <ilostwaldo@gmail.com> |
---|---|
date | Sat, 27 Oct 2012 16:25:19 -0400 |
parents | 7a27b1c9cb84 |
children |
line wrap: on
line source
from django.conf import settings def less_compilation(request): return {'compile_less': settings.COMPILE_LESS}