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
No comments:
Post a Comment