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
/
funding
/
views.py
diff --git
a/src/funding/views.py
b/src/funding/views.py
index
d34eccc
..
6df231d
100644
(file)
--- a/
src/funding/views.py
+++ b/
src/funding/views.py
@@
-127,6
+127,11
@@
class CurrentView(OfferDetailView):
class OfferListView(ListView):
queryset = Offer.public()
class OfferListView(ListView):
queryset = Offer.public()
+ def get_template_names(self):
+ if self.request.EXPERIMENTS['layout'].value:
+ return 'funding/2022/offer_list.html'
+ return 'funding/offer_list.html'
+
def get_context_data(self, **kwargs):
ctx = super(OfferListView, self).get_context_data(**kwargs)
ctx['funding_no_show_current'] = True
def get_context_data(self, **kwargs):
ctx = super(OfferListView, self).get_context_data(**kwargs)
ctx['funding_no_show_current'] = True