src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 03 Apr 2015 14:30:46 +0200
changeset 615 da84d4baba33
parent 394 4911075b6000
permissions -rw-r--r--
fix renkan table column width especially with very long titles

import hdalab

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