src/hdalab/context_processors.py
author rougeronj
Fri, 09 Jan 2015 11:08:09 +0100
changeset 421 2eee6f61f1c6
parent 394 4911075b6000
permissions -rw-r--r--
Add horizontal representation icon

import hdalab

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