src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 26 Feb 2015 12:39:23 +0100
changeset 459 699686ceb503
parent 394 4911075b6000
permissions -rw-r--r--
small correction on category page

import hdalab

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