kpsul/kfet/context_processors.py
2018-01-06 16:10:13 +01:00

6 lines
99 B
Python

from kfet.config import kfet_config
def config(request):
return {'kfet_config': kfet_config}