src/hdabo/context_processors.py
author cavaliet
Wed, 03 Sep 2014 17:22:23 +0200
changeset 328 7040f6533c42
parent 266 825ff4d6a8ac
permissions -rw-r--r--
correct js

import hdabo

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