src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 06 Mar 2015 12:56:26 +0100
changeset 482 99f650e5b772
parent 394 4911075b6000
permissions -rw-r--r--
remove renkan download button

import hdalab

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