src/hdalab/context_processors.py
author rougeronj
Thu, 11 Dec 2014 10:53:57 +0100
changeset 396 064f4cdc48c3
parent 394 4911075b6000
permissions -rw-r--r--
Set up css convention for the main titles of the pages and add translation support in main pages

import hdalab

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