Add some cosmetics
This commit is contained in:
@ -11,8 +11,6 @@ class TombolaView(TemplateView):
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data()
|
||||
|
||||
context['title'] = "Tombola Saper[list]popette"
|
||||
|
||||
next_rewards = Reward.objects.filter(rewarded_by__isnull=True).order_by('order').reverse()
|
||||
old_reward = Reward.objects.filter(rewarded_by__isnull=False).order_by('order').reverse()
|
||||
context['old_rewards'] = old_reward.all()
|
||||
|
Reference in New Issue
Block a user