File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -296,16 +296,10 @@ and add ``method="POST"`` as shown below::
296296Fixing the "retire" button in user management list
297297--------------------------------------------------
298298
299- If you made the change to the "reture" link in the user management list as
300- listed below in `Migrating from 1.4.x to 1.4.7`_ then you'll need to fix that
301- change by adding ``method="POST"`` to the ``<form>`` tag::
302-
303- <form style="padding:0" method="POST"
304- tal:attributes="action string:user${user/id}">
305- <input type="hidden" name="@template" value="index">
306- <input type="hidden" name="@action" value="retire">
307- <input type="submit" value="retire" i18n:attributes="value">
308- </form>
299+ Some previous versions of this upgrading document missed ``method="POST"``
300+ in the change to the "retire" link in the user management list
301+ in section `Migrating from 1.4.x to 1.4.7`_.
302+ Make sure the change is done as listed below in this document.
309303
310304
311305Migrating from 1.4.x to 1.4.7
You can’t perform that action at this time.
0 commit comments