src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 02 Apr 2015 22:52:54 +0200
changeset 613 4bb38d03e430
parent 394 4911075b6000
permissions -rw-r--r--
upgrade django to 1.8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
394
4911075b6000 add context_processor and variable VERSION accessible from templates
rougeronj
parents:
diff changeset
     1
import hdalab
4911075b6000 add context_processor and variable VERSION accessible from templates
rougeronj
parents:
diff changeset
     2
4911075b6000 add context_processor and variable VERSION accessible from templates
rougeronj
parents:
diff changeset
     3
def version(request):
4911075b6000 add context_processor and variable VERSION accessible from templates
rougeronj
parents:
diff changeset
     4
    return { 'VERSION': hdalab.get_version() }