src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 31 Mar 2015 01:44:41 +0200
changeset 601 a671a3d3dbad
parent 394 4911075b6000
permissions -rw-r--r--
remove link when hdaid is null

import hdalab

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