src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 06 Apr 2016 12:13:05 +0200
changeset 681 bd4d4d4dbdaa
parent 394 4911075b6000
permissions -rw-r--r--
small adjustments, add anchors in abut page, center the play button in preview for video, adjust size

import hdalab

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