PonyConf/cfp/context_processors.py

5 lines
73 B
Python
Raw Normal View History

2017-07-30 14:57:38 +00:00
def conference(request):
return {'conference': request.conference}