scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 90 forks source link

User's setting page blank #62

Closed magic890 closed 9 years ago

magic890 commented 9 years ago

I'm wondering why the user's setting page is blank (also on your demo on http://realms.io).

Reading the source code, I guess that something has to be printed on the page. Supposed stack trace:

  1. modules/auth/views.py
  2. templates/auth/settings.html
  3. templates/macros.html
scragg0x commented 9 years ago

It was going to be a place holder for user related switches. I may get rid of the link until it has something useful.

magic890 commented 9 years ago

Maybe it could be used to place a theme selector.

I've also noticed that switching theme do not persist for the user. In fact, if you reload the page, the default theme will be displayed.

scragg0x commented 9 years ago

Maybe it could be used to place a theme selector.

That's a good idea

I've also noticed that switching theme do not persist for the user. In fact, if you reload the page, the default theme will be displayed.

hmm, I could of sworn it worked before. I will make a separate bug issue.