Revision d17392b7
Added by Serghei Mihai over 9 years ago
| 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
don't show identifier's scheme on unsubscription page (#12544)