Commit 91de5cd
committed
minor #7557 Fixed the way flash messages are retrieved in the template (javiereguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
Fixed the way flash messages are retrieved in the template
In #7432 I changed the code of the templates to get the flash messages. I don't know why I did that ... because it's completely wrong 😵
In #7555 @lerox pointed this issue and I can confirm it:

So, let's revert it.
Commits
-------
8ac43ca Fixed the way flash messages are retrieved in the template1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| |||
0 commit comments