src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 06 Mar 2015 14:47:05 +0100
changeset 484 f91d3ef30fef
parent 394 4911075b6000
permissions -rw-r--r--
correct password reset

import hdalab

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