widelands / widelands-website

The widelands website is a bunch of applications for the django web framework. It is developed in the open here.
https://www.widelands.org/
GNU General Public License v2.0
15 stars 11 forks source link

updated wlprofile #394

Closed frankystone closed 1 year ago

frankystone commented 2 years ago

Fixes #358

Shown in forum: profile in forum

frankystone commented 2 years ago

From my side this is ready now.

Since i worked on the profile edit page i had also a solution to fetch a users time zone with javascript and set the Time zone field o the calculated value automatically. But i think this would be just a workaround for #185 so i removed the code.

If some one has better wording for the sentences, just tell :)

To get this working:

  1. merge this branch
  2. run ./manage.py migrate
  3. run ./manage.py collectstatic -l
  4. restart the website

Thanks to Janus who helped with some css!