xmpp.chapril.org-conversejs/trans/context_processors.py

6 lines
75 B
Python
Raw Normal View History

2012-02-29 11:08:03 +01:00
import trans
def version(request):
return {'version': trans.VERSION}