src/hdalab/context_processors.py
author rougeronj
Mon, 02 Feb 2015 12:47:31 +0100
changeset 438 e9d8f42cd664
parent 394 4911075b6000
permissions -rw-r--r--
Close #45 - remove the node describing the research

import hdalab

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