bornhack-website/camps/context_processors.py

6 lines
106 B
Python
Raw Normal View History

2016-05-06 20:33:59 +00:00
from .models import Camp
def current_camp(request):
return {'current_camp': Camp.objects.current()}