This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
Caught NoReverseMatch while rendering: Reverse for ''upload-delete'' with arguments '(3L,)' and keyword arguments '{}' not found #28
Closed
Description
Hello,
I'm on django 1.3 and when there are pictures in the db, the code raise an exception because of file "picture_form.html", line 58. This is the statement that does not work: {% url 'upload-delete' picture.id %}
I'm a django newbe, so at the moment I've fixed it just using /upload/delete/{{ picture.id }} instead
For the rest project works well, congrats for it
Metadata
Metadata
Assignees
Labels
No labels