src/hdalab/context_processors.py
author rougeronj
Fri, 30 Jan 2015 12:14:38 +0100
changeset 436 deb24a52827f
parent 394 4911075b6000
permissions -rw-r--r--
Close #26 - show link between a notice and a ressource

import hdalab

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