Closed HSZemi closed 6 years ago
Visiting edit/new should not lead to a 404 error, but to an empty snippet form. The id new should be reserved for this purpose.
edit/new
404
new
Saving the snippet should save the snippet and redirect to edit/<newly_generated_id>
edit/<newly_generated_id>
Visiting
edit/new
should not lead to a404
error, but to an empty snippet form. The idnew
should be reserved for this purpose.Saving the snippet should save the snippet and redirect to
edit/<newly_generated_id>