Skip to content

Commit 92add08

Browse files
Minor improvement to old upgrading infos.
1 parent bb71d57 commit 92add08

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

doc/upgrading.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -296,16 +296,10 @@ and add ``method="POST"`` as shown below::
296296
Fixing 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

311305
Migrating from 1.4.x to 1.4.7

0 commit comments

Comments
 (0)