Commit 1833e8fd authored by Ozzie Isaacs's avatar Ozzie Isaacs

Success message after database change

parent 1aca1b9f
......@@ -1307,6 +1307,8 @@ def _db_configuration_result(error_flash=None, gdrive_error=None):
log.error(error_flash)
config.load()
flash(error_flash, category="error")
elif request.method == "POST" and not gdrive_error:
flash(_("Database Settings updated"), category="success")
return render_title_template("config_db.html",
config=config,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment