RedBlueCarrots / WikiPath

0 stars 0 forks source link

Bug-Fixing : Submit page #56

Closed DeltaO3 closed 5 months ago

DeltaO3 commented 5 months ago
  1. The start and end forms in submit are still set to placeholder values, and should instead be set to the correct data from the challenge.
  2. The submit route currently has a render_template function, causing the browser url to be set to /submit, allowing multiple submissions from a single user. This should be changed to a redirect(), and arguments passed accordingly.
  3. Errors remain even after deleting an input: image
DeltaO3 commented 5 months ago

If redirecting causes issues with memory of forms (it likely will) - see if you can pass something to alleviate this.