src/hdalab/context_processors.py
author rougeronj
Tue, 24 Feb 2015 14:43:49 +0100
changeset 456 68c81f692fca
parent 394 4911075b6000
permissions -rw-r--r--
add links to footer, and update "domaines Artistiques"'s link

import hdalab

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