Skip to content

Commit

Permalink
disable rightcolumn in records template
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Nov 23, 2023
1 parent 257df35 commit fb46960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/registry/browser/templates/records.pt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<tal:defines tal:define="
dummy python:request.set('disable_border', 1);
disable_column_one python:request.set('disable_plone.leftcolumn', 1);
disable_column_two python:request.set('disable_plone.rightcolumn', 0);
disable_column_two python:request.set('disable_plone.rightcolumn', 1);
" />
</metal:block>

Expand Down

0 comments on commit fb46960

Please sign in to comment.