src/hp/context_processors.py
author veltr
Tue, 13 Nov 2012 18:34:31 +0100
changeset 39 6b6d2efb0610
parent 38 0fe2f3f5466f
child 41 b6010b3d6ea8
permissions -rw-r--r--
Clean CSS/HTML

# -*- coding: utf-8 -*-
'''
Created on Nov 11, 2012

@author: ymh
'''
from . import get_version

def hp_context(request):    
    return {'VERSION' : get_version()}