-
Notifications
You must be signed in to change notification settings - Fork 1
TODO digenis
Digenis edited this page Nov 5, 2012
·
2 revisions
cronos.accounts.settings() Statements appear on a different order than the one seen in the template. Rearrange these statements. Look for similar issues where the template is not consistent with any corresponding operations that affect it’s content.
/settings has multiple <form>s The user can play around with <input>s belonging in different <form>s but submit only one. The values of the other <input>s are gone (think of the usual popup: "data you have entered may not be saved"). Possible solutions: all <input>s in one <form> separate forms using (different callbacks | dropdown menus as seen in extensions | visually with css and js) submit is done through Django