Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!104
UI na uživatelské preference
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
UI na uživatelské preference
mj/settings
into
devel
Overview
3
Commits
4
Changes
2
All threads resolved!
Hide all comments
Merged
UI na uživatelské preference
Martin Mareš
requested to merge
mj/settings
into
devel
Nov 16, 2021
Overview
3
Commits
4
Changes
2
All threads resolved!
Hide all comments
Už je možné měnit
User.email_notify
.
Implementuje
#243 (closed)
.
0
0
Merge request reports
Viewing commit
4704bb3f
Prev
Next
Show latest version
2 files
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
4704bb3f
E-mail o nové registraci upozorňuje na možnost vypnout notifikace
· 4704bb3f
Martin Mareš
authored
Nov 16, 2021
mo/web/acct.py
+
1
−
0
View file @ 4704bb3f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -113,6 +113,7 @@ class AcctSettingsForm(FlaskForm):
submit
=
wtforms
.
SubmitField
(
'
Nastavit
'
)
# URL je explicitně uvedeno v mo.email.settings_url
@app.route
(
'
/acct/settings
'
,
methods
=
(
'
GET
'
,
'
POST
'
))
def
user_settings
():
sess
=
db
.
get_session
()
Loading