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 8a3a169 commit dac7ef8Copy full SHA for dac7ef8
templates/classic/html/user.item.html
@@ -78,7 +78,7 @@ <h2>
78
</table>
79
</form>
80
81
-<table class="otherinfo" tal:condition="context/queries">
+<table class="otherinfo" tal:condition="python:context.queries and context.is_view_ok()">
82
<tr><th colspan="3" class="header">Queries</th></tr>
83
<tr><th>Name</th><th colspan="2">Actions</th></tr>
84
<tr tal:repeat="query context/queries">
0 commit comments