src/hdalab/context_processors.py
author rougeronj
Tue, 10 Mar 2015 12:26:48 +0100
changeset 521 2061904fc2ba
parent 394 4911075b6000
permissions -rw-r--r--
water of the map in white and little grey gradient

import hdalab

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