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 c60fb05 commit 156db5dCopy full SHA for 156db5d
CHANGES.txt
@@ -66,6 +66,7 @@ are given with the most recent entry first.
66
- added Node.get() method
67
- open static files using binary mode (sf bug 693208)
68
- fixed deja-vu bug 692910
69
+- don't display "Editing" on read-only pages (sf bug 651967)
70
71
72
2003-??-?? 0.5.6
roundup/templates/classic/html/issue.item
@@ -5,7 +5,8 @@
5
</title>
6
<td class="page-header-top" metal:fill-slot="body_title">
7
<h2>
8
- Issue<span tal:replace="context/id" /> Editing
+ Issue<span tal:replace="context/id" />
9
+ <tal:x tal:condition="context/is_edit_ok">Editing</tal:x>
10
</h2>
11
</td>
12
0 commit comments