src/hdalab/context_processors.py
author rougeronj
Tue, 27 Jan 2015 11:20:16 +0100
changeset 434 c73bf54da095
parent 394 4911075b6000
permissions -rw-r--r--
minor correction in links for horizontal and vertical shape

import hdalab

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