src/hp/context_processors.py
changeset 38 0fe2f3f5466f
child 41 b6010b3d6ea8
equal deleted inserted replaced
37:b4ed8cdc654c 38:0fe2f3f5466f
       
     1 # -*- coding: utf-8 -*-
       
     2 '''
       
     3 Created on Nov 11, 2012
       
     4 
       
     5 @author: ymh
       
     6 '''
       
     7 from . import get_version
       
     8 
       
     9 def hp_context(request):    
       
    10     return {'VERSION' : get_version()}