src/hdalab/context_processors.py
author rougeronj
Mon, 05 Jan 2015 14:03:33 +0100
changeset 417 fd847122d85d
parent 394 4911075b6000
permissions -rw-r--r--
Close #28 - add and show_user_color to false to hide the color picker

import hdalab

def version(request):
    return { 'VERSION': hdalab.get_version() }