Add notification settings

This commit is contained in:
rubenwardy
2020-12-05 05:24:27 +00:00
parent d32bb30071
commit c8e93a9f52
5 changed files with 191 additions and 4 deletions

View File

@@ -83,6 +83,11 @@ def get_setting_tabs(user):
"title": "Edit Profile",
"url": url_for("users.profile_edit", username=user.username)
},
{
"id": "notifications",
"title": "Emails and Notifications",
"url": url_for("notifications.settings")
},
{
"id": "api_tokens",
"title": "API Tokens",