Skip to content

Commit

Permalink
fix: saving application preferences does not change content and editi…
Browse files Browse the repository at this point in the history
…ng preferences anymore

This fixes #192.
  • Loading branch information
redimp committed Jan 31, 2025
1 parent 80f1190 commit 5b76af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions otterwiki/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ def handle_app_preferences(form):
_update_preference(name.upper(), form.get(name, ""))
for checkbox in [
"hide_logo",
"retain_page_name_case",
"git_web_server",
]:
_update_preference(checkbox.upper(), form.get(checkbox, "False"))
# commit changes to the database
Expand Down

0 comments on commit 5b76af3

Please sign in to comment.