# HG changeset patch # User Marcin Kuzminski # Date 2013-03-27 18:37:14 # Node ID 0e18540fd1c736db1d3af8d30517f5670b2ceb20 # Parent b5c3680e7c765232085725eeb6b8115701260082 Enable flash extraction in error documents diff --git a/rhodecode/templates/errors/error_document.html b/rhodecode/templates/errors/error_document.html --- a/rhodecode/templates/errors/error_document.html +++ b/rhodecode/templates/errors/error_document.html @@ -33,7 +33,16 @@ - +
+ <% messages = h.flash.pop_messages() %> + % if messages: + + % endif +