vvmurthy / RadiationTherapyDecisionSupport

Python Code, MATLAB Original Code and data to benchmark Radiation Therapy Decision Support Algorithm
0 stars 1 forks source link

Edit User information in options #40

Open vvmurthy opened 6 years ago

vvmurthy commented 6 years ago

/users/options -> page to edit

create a URL to send the information to in UserProfile/views.py and print out the information in the python , (it will need an accompanying URL in urls.py in UserProfile as well.

The text field should be after the "Update User Information" on the page.

Specific fields to be entered are first name, last name, email . Also a way to update the password (not sure how this would look UI wise though so you can think of something for the design). At the end of the text fields, there should be a button to send the information to the server.