tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

Update Address in profile does not work #89

Closed gitsimon closed 7 years ago

gitsimon commented 7 years ago

In user profile address is reset to old value on save.

roggnroll commented 7 years ago

bildschirmfoto 2017-09-19 um 11 30 34 The new value goes to the save() function... I don't understand why it is not updating the database... will look into it.

gitsimon commented 7 years ago

Yes, but I found out that nested model userprofile.address is not saved automatically!

roggnroll commented 7 years ago

Ah, nice @gitsimon ! And if the user is created it doesn't go through this piece of code and that's why initially the address is saved, is that right?