X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e700d4711928fb211d7993d665379c24ea230d73..2a8b16aa45fb2b17f92068016ec72f93ccdef776:/apps/funding/views.py diff --git a/apps/funding/views.py b/apps/funding/views.py index 4db8267ef..66c34a28f 100644 --- a/apps/funding/views.py +++ b/apps/funding/views.py @@ -121,6 +121,7 @@ class ThanksView(TemplateView): def get_context_data(self, *args, **kwargs): ctx = super(ThanksView, self).get_context_data(*args, **kwargs) + ctx['offer'] = Offer.current() ctx['funding_no_show_current'] = True return ctx