src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 03 Jul 2015 10:39:11 +0200
changeset 636 cc2f7294f1d2
parent 394 4911075b6000
permissions -rw-r--r--
add a 404 when notice are not found when displaying their page

import hdalab

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