We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944b111 commit 436107aCopy full SHA for 436107a
templates/classic/html/issue.item.html
@@ -21,7 +21,7 @@ <h2>
21
22
<form method="POST" name="itemSynopsis" onSubmit="return submit_once()"
23
enctype="multipart/form-data" tal:condition="context/is_edit_ok"
24
- tal:attributes="action string:%{context/_classname}${context/id}">
+ tal:attributes="action context/designator">
25
26
<input type="hidden" name=":template" value="item">
27
<input type="hidden" name=":required" value="title,priority">
0 commit comments