Project

General

Profile

« Previous | Next » 

Revision d17392b7

Added by Serghei Mihai over 9 years ago

don't show identifier's scheme on unsubscription page (#12544)

View differences:

corbo/views.py
data = signing.loads(self.kwargs['unsubscription_token'])
try:
return models.Subscription.objects.get(category__pk=data['category'],
identifier=data['identifier'])
identifier=data['identifier'])
except models.Subscription.DoesNotExist:
raise Http404

Also available in: Unified diff