src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 11 Mar 2015 17:05:08 +0100
changeset 530 5d3b4e1e5b34
parent 394 4911075b6000
permissions -rw-r--r--
correct email formatting

import hdalab

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