1. treat request approval view2. effect of being approved = treat.is_recipient_request boolean is set to False3. effect of being rejected = treat is deleted
update treat detail w/ {% if treat.is_recipient_request %}
I updated the treat list view so that any treats requests that have been approved (but have not been baked), do not show up in the treat list view, but they are still accessible via link on the coupon.
1. treat request approval view2. effect of being approved = treat.is_recipient_request boolean is set to False3. effect of being rejected = treat is deleted