FinalsClub / karmaworld

KarmaNotes.org v3.0
GNU Affero General Public License v3.0
7 stars 6 forks source link

Add Course form does not fill in values on failure #343

Open btbonval opened 10 years ago

btbonval commented 10 years ago

This is due to the template being hand written and none of the VALUE attributes within the INPUT are set to what was previously submitted.

It might be nice to do away with the hand written template and use a Django generated one, which would pretty much solve this problem with far fewer steps and it'd dynamically update with each new field.

btbonval commented 10 years ago

This is solved by #294

btbonval commented 9 years ago

It looks like changes have been made to the form since this ticket was closed previously, and the Add Course form does not fill in values if the URL is incorrectly formed. Quite possibly there are other cases in which failure prevents filling the form.