On Friday 28 April 2017 14:08:05 Will Holmes wrote: > django.urls.exceptions.NoReverseMatch: Reverse for 'delete_event' with > arguments '('',)'
This tells you that id is not handed to the template that renders the view containing this form. Otherwise, arguments would be '('123456',)'. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1980206.mZVGlIJ1Y0%40devstation. For more options, visit https://groups.google.com/d/optout.