Skip to content

Commit

Permalink
Flash fixtures docs
Browse files Browse the repository at this point in the history
Working example from python and js
  • Loading branch information
mbelletti authored Aug 25, 2024
1 parent 8c5540a commit 2009eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter-06.rst
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ The client can also set/add flash messages by calling:
::
utils.flash({'message': 'hello world', 'class': 'info'});
Q.flash({'message': 'hello world', 'class': 'info'});
py4web defaults to an alert class called ``info`` and most CSS
frameworks define classes for alerts called ``success``, ``error``,
Expand Down

0 comments on commit 2009eff

Please sign in to comment.