src/hdalab/context_processors.py
author rougeronj
Fri, 13 Mar 2015 15:11:09 +0100
changeset 540 dcea08e78780
parent 394 4911075b6000
permissions -rw-r--r--
update text, html, and css of footer pages

import hdalab

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