src/hdalab/context_processors.py
author rougeronj
Mon, 26 Jan 2015 17:25:40 +0100
changeset 433 bffe8dfa3a7f
parent 394 4911075b6000
permissions -rw-r--r--
minor translation corrections

import hdalab

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