src/hdalab/context_processors.py
author rougeronj
Thu, 24 Sep 2015 13:28:38 +0200
changeset 647 37220b1a35e2
parent 394 4911075b6000
permissions -rw-r--r--
adapts to new renkan client version (dont have to do a project.set because it is done in the dataloader) adapts the templates to hide new unwanted changes in hda renkan client

import hdalab

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