I have a view that displays images and gives me the ability to delete the images.
View url == /account/community/images/1 (1 == event_id) That url will display all images associated with event_id=1 Each image displays a 'delete' url that calls /account/press/page/delete/{{ image.pk }} -- the success_url for this view is /account/press/page I'd like the success_url to be /account/community/images{{ event.id }} the page I came from Code and lengthier explanation exists here: http://dpaste.org/7SGf8/ Thanks!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/3Hzx9g-iCdMJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.