Skip to content

Commit

Permalink
Clearer message.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Jul 21, 2024
1 parent 7d94c03 commit 203381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codehelp/context_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def delete_context(ctx_id: int, ctx_row: Row) -> Response:
db.execute("DELETE FROM contexts WHERE id=?", [ctx_id])
db.commit()

flash(f"Configuration for context '{ctx_row['name']}' deleted.", "success")
flash(f"Context '{ctx_row['name']}' deleted.", "success")
return redirect(url_for("class_config.config_form"))


Expand Down

0 comments on commit 203381f

Please sign in to comment.