src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Feb 2015 13:45:55 +0100
changeset 447 696958ea9ce7
parent 394 4911075b6000
permissions -rw-r--r--
Closes bug #62 : prevent image upload in renkan

import hdalab

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