src/hdalab/context_processors.py
author rougeronj
Tue, 10 Mar 2015 13:26:41 +0100
changeset 525 f35e37814bff
parent 394 4911075b6000
permissions -rw-r--r--
remove "add egde" button and reduce title field to let place for "search in graph"

import hdalab

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