src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Sat, 28 Feb 2015 06:40:48 +0100
changeset 462 df8b3b49e81c
parent 394 4911075b6000
permissions -rw-r--r--
correct bug and add email sending

import hdalab

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