src/hdalab/context_processors.py
author rougeronj
Tue, 10 Mar 2015 12:29:50 +0100
changeset 523 4d641dc5e7e6
parent 394 4911075b6000
permissions -rw-r--r--
rename "profile" in "compte" and add translations

import hdalab

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