src/hdalab/context_processors.py
author rougeronj
Tue, 10 Mar 2015 12:28:27 +0100
changeset 522 2729d4978aa2
parent 394 4911075b6000
permissions -rw-r--r--
In renkan list page, description and button to create a new renkan

import hdalab

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