fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Layout fixes, cover update for files.
[wolnelektury.git]
/
src
/
club
/
views.py
diff --git
a/src/club/views.py
b/src/club/views.py
index
74ff2fb
..
e80fcf9
100644
(file)
--- a/
src/club/views.py
+++ b/
src/club/views.py
@@
-53,6
+53,11
@@
class DonationStep2(UpdateView):
template_name = 'club/2022/donation_step2.html'
step = 2
template_name = 'club/2022/donation_step2.html'
step = 2
+ def get_context_data(self, **kwargs):
+ c = super().get_context_data(**kwargs)
+ c['club'] = models.Club.objects.first()
+ return c
+
class JoinView(CreateView):
@property
class JoinView(CreateView):
@property