Skip to content

Commit 445cef6

Browse files
author
Richard Jones
committed
Fix <form> name in user editing to allow multilink popups to work
1 parent 24dfdf7 commit 445cef6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Fixed:
1515
- Journal import/export for metakit backend
1616
- Journal export of anydbm didn't correctly export previously empty values
1717
- Fix handling of defaults for date fields
18+
- Fix <form> name in user editing to allow multilink popups to work
1819

1920

2021
2007-02-15 1.3.3

templates/classic/html/user.item.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<div tal:condition="context/is_view_ok">
4444

4545
<form method="POST"
46+
name="itemSynopsis"
4647
tal:define="required python:'username address'.split()"
4748
enctype="multipart/form-data"
4849
tal:attributes="action context/designator;

templates/minimal/html/user.item.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<div tal:condition="context/is_view_ok">
4444

4545
<form method="POST"
46+
name="itemSynopsis"
4647
tal:define="required python:'username address'.split()"
4748
enctype="multipart/form-data"
4849
tal:attributes="action context/designator;

0 commit comments

Comments
 (0)