stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Implement profile editing #33

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

Screenshot of editing page:

profile-edit

mbaechtold commented 6 years ago

I'll have a look at this when #29 has been merged.

stevenpi commented 6 years ago

Adapted the code. Also fixed another bug, which let the "Edit Profile" button show everytime a user was logged in

stevenpi commented 6 years ago

Adapted code as requested