search: fix flash messages security
- SECURITY Fixes potential XSS issues by changing search flash messages template so that they are not displayed as safe HTML by default.
- NOTE Displaying HTML safe flash messages can be done by using one of these flash contexts: 'search-results-after(html_safe)', 'websearch-after-search-form(html_safe)' instead of the standard ones (which are the same without '(html safe)' at the end).
Signed-off-by: Nicolas Harraudeau <nicolas.harraudeau@cern.ch>