diff --git a/CHANGES.rst b/CHANGES.rst index c759a8c..8fc8646 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 3.0.15 (unreleased) ------------------- +- Make title and description show up on @@confirm-action view. + [lgraf] + - Allow views to override 'X-Frame-Options' by setting the response header manually. [alecm] diff --git a/plone/protect/confirm.pt b/plone/protect/confirm.pt index a864fe6..4a201d1 100644 --- a/plone/protect/confirm.pt +++ b/plone/protect/confirm.pt @@ -6,13 +6,13 @@ metal:use-macro="context/main_template/macros/master" i18n:domain="plone"> - +

Confirming User Action.

- +
Confirm that you'd like to perform this action.